looking for a nice solution to have the comment counter not so hidden but up there in the post.
Any examples?
thx Chris
http://www.myblogtrainer.de
looking for a nice solution to have the comment counter not so hidden but up there in the post.
Any examples?
thx Chris
http://www.myblogtrainer.de
I am not sure what theme you are using but you will want to find the main file for your theme either home.php or index.php or something similar. Then you will need to enter the line of code close to the title of your post:
<?php wp_count_comments( post_id ); ?>
You can find exactly what you are looking for here: http://wordpress.org/search/comment+count
This topic has been closed to new replies.