groups

name language licence
timthumb PHP GPL 2
Display Top Comments PHP BSD
Display Archives PHP BSD
Display Recently Updated Posts/Pages PHP BSD
Untitled Snippet PHP Other
blog PHP Other
compressed.css PHP Other
Template Tags/wp list bookmarks PHP Other

< 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 >



language: PHP
licence: Other

Template Tags/wp list bookmarks

options: view full snippetsend to code collector
 <?php wp_list_bookmarks('arguments'); ?> 

<?php wp_list_bookmarks(); ?>

/* Simple List:*/								
<?php wp_list_bookmarks('title_li=&category_before=&category_after='); ?>

/*Simple List without the Heading:*/			
<?php wp_list_bookmarks('title_li=&categorize=0'); ?>

/*Specific Category Sorted by URL:*/			
<?php wp_list_bookmarks('categorize=0&category=2&before=<span>&after=</span>&show_images=1&show_description=0&orderby=url'); ?>

/*Shows Ratings and Timestamp:*/

	
(Continues...)