How to get comments on Blog homepage, or even a little thing at the bottom of the post that says so many comments with a link to comments? anything like that?
How to get comments on Blog homepage, or even a little thing at the bottom of the post that says so many comments with a link to comments? anything like that?
I think here there is a useful function...
http://codex.wordpress.org/Function_Reference/wp_list_comments
add some code witheven a little thing at the bottom of the post that says so many comments with a link to comme
comments_popup_link() to the corresponding location in index.php(?) of your theme.
http://codex.wordpress.org/Function_Reference/comments_popup_link
You must log in to post.