wp_list_categories('optioncount=1') is not working.
wp_list_categories('optioncount=1') is not working.
The codex reference on http://codex.wordpress.org/Template_Tags/wp_list_categories mentions show_count.
Try this
<?php wp_list_categories('show_count=1'); ?>
Thanks, that's it.
optioncount=1 must be deprecated in 2.5+. I copied it from my 2.3.x WP install.
where about you put it /
This topic has been closed to new replies.