Hiding one Category only on the Index
-
I have one category that is updated so often, it pushes all the other content off my front page (index page). So, I want to hide it, while still allowing users to browse through old posts in that category.
My first attempt was to create a set of conditions using is_home, but that didn’t work at all. My second attempt was to use (!in_category()). That WORKED, but left me unable to see the category’s posts anywhere on the site.
Do I need to rework my entire template with separate archive and category pages to make this work, or is there a bit of php that can straighten things out?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Hiding one Category only on the Index’ is closed to new replies.