• I don’t know if anyone’s done this before but since I couldn’t find it [didn’t bother to look, actually! :)] I ripped some of GaMerZ code and repackaged it into a Category Post Count plugin that enables you to display the number of posts in each category on the right side of the category list. It’s here https://jermexpress.com/archives/2004/10/20/category-post-count/ if you want it but I haven’t zipped it or anything so you gotta leave me a message if you want it.

Viewing 5 replies - 1 through 5 (of 5 total)
  • eh? but i thought WordPress can do it naturally already..

    optioncount – boolean – 0 or 1; depending on whether you want the number of posts in the category to be shown beside the category name
    <?php wp_list_cats('arguments'); ?>
    uh… u can already do it using normal tags already?

    WP does indeed do this by default. But this seems to be an alternate way of displaying the information. So not really a redudant feature.
    But it is usually customary to make the source code available by default if you’re gonna provide a link to read about it. Having to e-mail to get the code seems like an unnecessary step.
    Regards

    Thread Starter jerm

    (@jerm)

    my bad!! please excuse my ignorance but yeah i guess this can be an alternative as far as presentation-wise.. anyway the code is up on the same link now! ??

    Thank you . ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Category Post Count’ is closed to new replies.