I would like to only have specific categories show up in my menu bar. Is there an easy way to do this?
For example, I don't want "cake" or "castles" to be in the navigation, but I want "Germany" or "People" to show up instead.
I would like to only have specific categories show up in my menu bar. Is there an easy way to do this?
For example, I don't want "cake" or "castles" to be in the navigation, but I want "Germany" or "People" to show up instead.
Hi,
search for wp_list_categories in the function.php and use the parameter include with all categories that should be included. More details 'bout this function: http://codex.wordpress.org/Template_Tags/wp_list_categories
Chris
Thank you, I appreciate the help.
This topic has been closed to new replies.