This should be simple, but I can't figure it out:
With the "wp_get_linksbyname" tag I can get the list of links to display properly, but not the category name.
I want the category name to display above the list.
Ideas?
This should be simple, but I can't figure it out:
With the "wp_get_linksbyname" tag I can get the list of links to display properly, but not the category name.
I want the category name to display above the list.
Ideas?
you're probably going to want to use get_links_list if you want the category..
http://codex.wordpress.org/Template_Tags/get_links_list
or .. multiple instances of get_links (what I use) .. that allows you to split up the lists also.
All the choices are linked under the related heading on this page
Thanks! I'll try that.
And if you're using WP 2.1.x, I'd suggest switching to the wp_list_bookmarks plugin, which is much more configurable.
This topic has been closed to new replies.