category_name parameter not working in wp_list_bookmarks?
-
I just upgraded to 2.1 and, like others here, I’m having trouble with the new wp_list_bookmarks replacement for wp_get_linksbyname. What I need to is retrieve a list of bookmarks using a category name (NOT integer). The codex for wp_list_bookmarks mentions a parameter called category_name that should be able to do this. So far I’ve been unable to get this work at all. I’ve tried:
wp_list_bookmarks(‘category_name=name’)
and
$catname=’name’;
wp_list_bookmarks(‘category_name=$catname’)Is it simply not functioning?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘category_name parameter not working in wp_list_bookmarks?’ is closed to new replies.