wp_list_bookmarks show description
-
Trying to display the description in addition to the link name for a list of links from a specific category on my blog:
https://www.runbulldogrun.com/favorite-running-blogs/
The code I’m using is as follows:
<?php wp_list_bookmarks('categorize=0&description=1&category_before=&category_after=&category_name=Blogs%20I%20Like&title_li='); ?>
but only the link name seems to be displaying. Any help would be appreciated. Thanks!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘wp_list_bookmarks show description’ is closed to new replies.