Get bookmark category name from category id
-
I’m able to display bookmarks from only one category with this code:
<?php wp_list_bookmarks(‘title_li=&categorize=0&category=3’); ?>Now I’d like to put the category name above the list but I’m not sure how to do it. How can I access the category name based on knowing that the id is 3? Can I use the apply_filters function? If so, how?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Get bookmark category name from category id’ is closed to new replies.