• Resolved cozbaldwin

    (@cozbaldwin)


    The post counts used to display next to each category and sub-category.
    The widget’s still working for me, but about a month or so ago, perhaps after upgrading to MCO 2.8.6, the post counts stopped displaying. I waited until 2.8.7 came out but there’s been no change. I am running WordPress 2.9 now as well.

    I don’t see anyone else mentioning this. Was there not a change? Can something be edited to get them showing again?

    I did try adding ‘show_count=1″ to wp_list_categories but that wrecks the whole plugin, so that’s not it.

    https://www.ads-software.com/extend/plugins/my-category-order/

Viewing 2 replies - 1 through 2 (of 2 total)
  • With the 2.8.6 upgrade I had to wipe out previous widget settings. If you’re using widgets, open the settings and check the “Show Count” checkbox. If you’re using a plain template you’ll want something like this:

    wp_list_cateogries('orderby=order&show_count=1');

    Thread Starter cozbaldwin

    (@cozbaldwin)

    Oh my lord. I looked everywhere to find the settings for the widget or what other settings might be affecting it…. EXCEPT looking in the widget itself. Dumb dumb dumb.

    Thanks. Resolved.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: My Category Order] Post Counts stopped displaying’ is closed to new replies.