I got it. In archive.php I replace the following code:
<?php while (have_posts()) : the_post(); ?>
with this one:
<?php $posts=query_posts($query_string . '&order=asc');
while (have_posts()) : the_post(); ?>
It works well, making sub-category widget plugin more powerful!
Hi there,
Does this plugin propagate and list out posts from their sub-categories and deeper?
Please advise. Thank you.
Jason
Sorry for late response. I use this plugin because I just want to show the list of sub-categories and number of posts. Look at the following menu of the plugin, meaning it doesn’t list out posts.
Parent Category: ……..[choose a parent category]
– Use Parent Cat as Title?
– Show Post Count?
– Hide Empty Sub-Categories?
– Add Parent Cat Link to Title?
Anonymous User 393930
(@anonymized-393930)
Glad you got it fixed. This isn’t really related this plugin which is just a widget. It doesn’t alter the display of the category posts but only displays a list a sub-categories for a given parent.
I’m going to mark this are resolved since you figured it out yourself.
Thanks for using the plugin.