Hi guys, I want the number of comments made on each post to be shown on the home page of my blog. I always want the number of comments on each post visible when users are looking through my archives. Is this possible? The site is: http://www.FinanceAdvisoryStop.com Thanks!
For the sidebar, use: http://codex.wordpress.org/Template_Tags/wp_get_archives with 'show_post_count' => true For each post on your index page, use: http://codex.wordpress.org/Template_Tags/comments_number Have a look through the WP codex, there's a crap load of info there