Kaf – thanks! I was just about to post some results, but then found your suggestion here.
In short, it worked! However, the post count for each category is moving to the line below the category name instead of beside it. The code that I’m using is <?php wp_list_cats('sort_column=name&optioncount=1'); ?>
Is it something with that line of code or something else?
Obviously post count should show up next to the category link, and other than the sort_column’s value, I’m using the same on my blog with no such problem. I’d probably start looking for something in the css.
Yep, found it. Now I know what “display:block” does. 😉
Cheers Kaf!
I’m glad you got it sorted out! 🙂
Me too. Thanks for your assistance. 🙂
Is it possible to sort categories by the number of posts within them, so that the categories with the most posts is up at the top?