I need to hide all the pages navigation for a single category of posts.
Any coding help would be greatly appreciated.
I need to hide all the pages navigation for a single category of posts.
Any coding help would be greatly appreciated.
The easiest thing to do would be create a custom category page, and don't include the code for navigation.
This will help:
http://codex.wordpress.org/Category_Templates
If navigation is in the header, just take out the header link and copy all the content - except navigation- into the new category template file.
You might need a plugin like "force category template" to get the template to apply to posts (I needed it in wp 2.5, not sure now with 2.7)
This topic has been closed to new replies.