Hey,
I was wondering what had to be done to make the categories appear in the main header navigation instead of pages. I tried using category pages but that didn't seem to do it. Thanks.
Hey,
I was wondering what had to be done to make the categories appear in the main header navigation instead of pages. I tried using category pages but that didn't seem to do it. Thanks.
Also, I'm using Pyrmont v2. Basically, I want something that looks like this: http://fierydragon.com/dragonsbreath/ in that the mail menu buttons take you to category pages.
Try using wp_list_categories in your main navigation's template file.
http://codex.wordpress.org/Template_Tags/wp_list_categories
Or, if your main navigation template is widget-capable, use the Categories widget in Admin/Appearance/Widgets.
Thanks, I'll try that. Only the sidebar is widget capable, so can't do the second one but I'll look into the first suggestion.
That did it! Thanks so much!
You must log in to post.