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
- Make comment textarea input un-required
- Nofollow the date/time hyperlink in comment
- How to rearrange fields in comment_form()
- Change HTML Produced by wp_list_comments()
- Removing the “Website” Field from Comments and Replies?
- How to add a class to the comment submit button?
- comments reply script not working
- How to display comment form error messages in the same page
- How can I limit the number of comments per registered user per day?
- How to place comments_template(); outside the loop?
- How do I set up real anonymous posting in bbpress forums? [closed]
- Showing comments only to same custom user role
- How to allow the reply link to remain on the comment form after I have reached my 10 nested comment limit?
- Deep customization of the comment form?
- Custom Comments – Parent / Nested Reply
- How to hide “Trackback” on paginated comments
- Using filter to add additional fields to comment_form()
- Why are default comments deprecated?
- Comments Reply Form
- Does WordPress Allow Blank/Empty Comment Submissions In WordPress?
- Comment form not display properly?
- Comment form not showing up without comments
- Add a Custom Field in Comment Box AFTER text area BUT BEFORE Send button
- Programmatically block commenting by restricting view of comment form
- How to change submit button value in comment from “Post Comment” to “Send”
- How can comments be submitted when I don’t have a comment box on a page?
- Rearrange elements outputted by comment_form()
- Display comment form of specific page in sidebar
- comment_form() generates the wrong action url