WordPress display links, hide title

Posted by on Dec 30, 2011 in web, wordpress | No Comments

Display all links in a particular WordPress links category, but hide the category title:

<?php wp_list_bookmarks('category=224&categorize=0&title_li='); ?>

Uses the wp_list_bookmarks function.

http://codex.wordpress.org/Template_Tags/wp_list_bookmarks

EmailTwitterFacebookGoogle+LinkedInStumbleUponRedditDigg

Leave a Reply