Edit your comments.php
template and add in
<ol class="commentlist">
<?php wp_list_comments(); ?>
</ol>
This should display comments, pingbacks and trackbacks. See the Codex for wp_list_comments()
for help on how to style and separate or to display just comments.
Related Posts:
- Why does comment_reply_link launch the reply form at the wrong spot on the comment section?
- customizing TwentyEleven comments template
- Is it possible to force login for comments only on custom-post-type or the custom comment template?
- Enable nested comments in Theme
- How to create a classified section in place of comments_template
- Removing(replacing) avtar in comments.php with some other HTML arrangements
- How to wrap submit button of comment form with div
- Comment Walker vs. Comment Callback
- Why does `add_theme_support( ‘html5’, array( ‘comment-form’ )` disable client side validation?
- Add class to Reply button in Comments area
- Hide comment form completely (preferably without using CSS)
- Change the tag of the comment submit button
- customize comment form
- adding a text message beside the comment submit button
- Remove “at” string from wordpress comment date
- How to change the order of elements in comment_form()
- Threaded Comments Feature not working
- How to add a title field in comments?
- Two steps comment form
- Customize the cancel_comment_reply_link
- comment_form() Not changing the default class/id of elements
- How can I get values count from wp_commentmeta?
- comment_post action hook running on page load instead of after a comment is posted
- Insert page comment form into a modal
- Force logged in users to still fill out name/address for commenting?
- How to add a “policy text” just before the comments? [closed]
- Remove the function which adds nofollow to links in comments
- Wrapping the cancel_comment_reply_link()
- Commentform input area issue
- How to make comments private for commentor and post author
- Name of comment field differs on different sites
- Custom markup for the comment form
- Custom comment-field form arrangement [closed]
- How can I embed comments plugin to my own website?
- Custom comment field not showing when logged-in
- How to add a category to comments?
- Create customized captcha field to wordpress comment form without Plugin
- How can I remove the comment form on one or more specific pages in twenty eleven?
- wp-comment-post.php and header already sent issues
- How to send add_comment_meta value from separate file to main plugin file?
- COMMENT FORM Error: Please type your comment text
- How do I make the comment disappear after deleting from the database?
- Modify “Must be logged in to comment” text/links?
- How to put the author of the post in the comments?
- How to display replies to his comments in user profile of current user
- reply comment below the comment box without reload page
- How do I check which comment fields are required in my theme?
- Can not edit comment form
- How to call out the date of user’s first comment?
- Cannot display comment in page
- How to pass settings to comment_form() if theme only uses comments_template()?
- How to add a class to comment submit button?
- How do I write this code to not show default on label_submit?
- How to edit comments form on posts?
- How to echo PHP after comment form submit?
- Comment form not supported the image tags
- reply to comment excerpt instead of author in comment title
- Comments template only linking to one post
- Increase Comment Author Gravatar Size On WordPress Default Comment Function
- Display Comment Form on dedicated Page for each post
- Commentform – Hightlight invalid fields instead of prompting towards error page
- Custom comments form
- Comment_form and GD Star Rating
- In my comment form, how do I move the “notify me of follow-up comments” box above the “post comment” button?
- Add custom captcha to comment form
- Get Comment With Meta value
- Force logged-in users to fill out name and email fields for commenting?
- Is there a Function so that the author of the comment can delete his own comment?
- Is there a way to edit the markup of comment_form()?
- Comment form: Add Radio button logic [closed]
- Prefill the textarea in comment_form
- How to add a class to the comment submit button?
- How can I limit the number of comments per registered user per day?
- Using filter to add additional fields to comment_form()
- Programmatically block commenting by restricting view of comment form
- How To Remove The “Click here to cancel reply” Link From The WordPress Comment Form
- Passing arguments to wp_list_comments callback function
- comments_template not working correcly in custom template files
- Change WordPress comments url / word
- “comments.php” not available after edit in WP administration
- using comments_template() in custom single-portfolio.php
- How to call wp_list_comments() outside of the comments template?
- Notification if Comment Author Field is left empty. E.g. change input border colour
- Ajax submit comments
- Multiple comment forms on a single page
- How to Send Confirmation Emails to Users after Form Submission?
- Check if the current user is author of first comment
- How to make custom comment fields required
- Custom comment link
- unsetting required fields in the comment reply form
- How do I restructure the comment HTML layout?
- Update post “A” on comment submition on post “B”
- Closing Comments conditionally in comments.php
- How to get top rated posts using wp query?
- How do I make comment-reply-button with that takes to comment reply form on click
- Comments page id wp_list_comments
- wp-editor-area textarea disapear on cancel-comment-reply-link click
- Customized Comment Form Issues
- How do I convert users who put an email and username for a comment into registered users? [duplicate]
- Reply form used in wordpress.com