| name | language | licence |
|---|---|---|
| Adding a Mini-Loop | PHP | Other |
| Untitled Snippet | PHP | Other |
| translations of CSS3 selectors for SocialMe | PHP | Other |
| Template Tags/wp list bookmarks | PHP | Other |
| Unique Category template | PHP | Other |
| Display Google Ad after the first post | PHP | Other |
| Custom Fields | PHP | Other |
| Dynamic Content Dynamic Content | PHP | Other |
< 1 2 3 >
language: PHP
licence: Other
Template Tags/wp list bookmarks
options: view full snippet • send 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:*/



library
buttons (3)
wp (93)