Hopefully a simple request, but how do I indicate the number of entries per month in ( )'s like is already done for categories?
Hopefully a simple request, but how do I indicate the number of entries per month in ( )'s like is already done for categories?
Please delete, mods
I have a plugin that gives me the archives by year and then all the months in that year, and its setup the way you want. The php is (take out the spaces):
< ul >
< ?php cg_get_archives_by_year('24', '', '< li >', '< /li >', '< ul >', '< /ul >', '< li >', '< /li >', true); ? >
< /ul >
You can see it in action: http://workingbath.com/archives/
See the info on the 'show_post_count' parameter for the get_archives() and wp_get_archives() tags:
http://codex.wordpress.org/Template_Tags/get_archives
http://codex.wordpress.org/Template_Tags/wp_get_archives
just add this in your source code:
show_post_count=1
that's all.
Thanks Kafkaesqui, that was brutally easy :)
This topic has been closed to new replies.