This question has been asked before many time ago, but there has been no clear answer at many places. People want the comments on the wordpress to be automatically shown and not after clicking the link.What you need to do is open the comment.php file.Find
And just after that add
$post_id = $post->ID;
$comments = get_approved_comments($post_id);
?>
A Technology Blog
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment