• In WordPress 0.71, I modified b2-include/b2template.functions.php to show the post count when showing archive links (function get_archives), i.e. October 2003 (3).
    In WP 0.72, there’s a configuration setting called show_post_count that will do this for me. However, I don’t see this option in the admin menus. I thought it would be under Other Options, as that’s where the archive mode is set. Or am I missing something?

Viewing 2 replies - 1 through 2 (of 2 total)
  • You can pass in the arguments when you call the function like so:
    get_archives(”, ”, ‘html’, ”, ”, true);
    Or you can change the default value in the function definition from ‘false’ to ‘true’.
    I usually do the latter.

    Thread Starter lgoodbar

    (@lgoodbar)

    OK, Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Post count in archives, config’d where?’ is closed to new replies.