eliZZZa
Member
Posted 5 years ago #
I´m already blind from reading support entries...
My questions does not seem too difficult:
On a category page I only want to show posts from that very category NOT from child categories.
I would not understand the sense of subcategories, if you show the same mess of posts from various subcats on the parent category page...
I put a query_posts in front of the loop
<?php query_posts('$cat'); ?>
does not change anything...
Any idea???
Kind regards from Austria
eliZZZa
if I understand well and on a category archive page you don't want the posts from its children categories to be listed... then try this plugin:
http://ryowebsite.com/wp-plugins/nosubcats/
(According to the author it works up till WP v. 2.1)
eliZZZa
Member
Posted 5 years ago #
Ahhh - works!!!
Thank you sooo much, saved my weekend, I was already falling into depressions >;o))
Still I would love to understand why the query_posts($cat) did not solve the problem. Could you explain?
Great thanks!!!
eliZZZa