I solved the problem with the page, the correct answer is ptriek's comment below

Well I'm having a bit of an odd problem here, wp_nav_menu works on all pages EXCEPT my category pages (probably my archive page too but there's no links on the website to the archive pages so that's alright).

Although there is archive.php in my theme files, this controls what is displayed on category, tag, archive, author, etc. pages.

I just don't understand why, since every page uses the same header.php to display wp_nav_menu, it won't show up for the category pages. See what I mean here: http://bit.ly/tMZw6g

Am I overlooking something? I've been banging my head against my keyboard trying to figure this out and it just won't work!

Using a very simple code: <?php wp_nav_menu('container_class=menu-header&theme_location=primary'); ?>

Thanks in advance for the help.

link|improve this question

1  
you could have look on wordpress.org/support/topic/… - see solution at the bottom (haven't tested it though) – ptriek Dec 1 '11 at 13:56
That actually works, nice! Thanks. – Jared Dec 1 '11 at 14:01
feedback

2 Answers

HI I cross checked your site by using url which you have given at top, but nav menu is appearing on all the page please check and let me know, so that i can spot out your issue.

link|improve this answer
I actually got the issue fixed with ptriek's suggestion, sorry for the confusion. I'll update my question with the answer! – Jared Dec 1 '11 at 14:42
feedback
up vote 0 down vote accepted

This question was answered by ptriek, a shame he didn't post his answer so I could accept it, but for the sake of completeness I will answer it. The solution was found here:

http://wordpress.org/support/topic/wp-nav-menu-dissapears-in-category-pages-1

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.