Hide Child Category Posts
-
For many years, I have used a plug-in to hide child category posts but after a recent upgrade to 3.1.2, this has stopped working and I have not been able to find a replacement that works.
Can anyone advice how to achieve this?
I only want posts for the current category to show.
while (have_posts()) : the_post(); if(in_category($cat)) {has been suggested but I don’t have $cat and can’t work out how to set it to current_category.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Hide Child Category Posts’ is closed to new replies.