wp_list_bookmarks category name
-
I am trying to get a certain area display all the links in a link category.
So I have a category called networklinks with links that are in that category.
So I use the following code-
<?php wp_list_bookmarks('title_li=&categorize=0&category_name=networklinks');?>
But it seems to display all the links not just ones in that category.
I was wondering if I was doing it wrong like wrong syntax or maybe im using the wrong function for what I want.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘wp_list_bookmarks category name’ is closed to new replies.