How do I avoid posts that are being made in a sub-category (or in a sub-sub category) from showing up in the main (or main and sub-category in the latter case) page?
For instance if this is the category/tag layout:
cat1>subcat1>subsubcat1
And I post to subsubcat1 than the post will show up in subcat 1, in cat1 and on the homepage. If I post to subcat1 it will show up in cat1 and on the homepage.
Has anyone got an idea about this one?
What plugins are you running?
What happens if you disable them all?
If things work better with them disabled, selectively enable one by one, retesting along the way.
Unfortunately, that's the deafult behaviour of WP: if a category is selected, it will display not only its own posts but all the posts in its children categories, too.
Fix: http://ryowebsite.com/wp-plugins/nosubcats/
Moshu - thank you!! Just what I needed!