I am not sure where you are using the function wp_list_comments but you should use it in the theme comments.php template file and call it using comments_template function.
If you want to display comments anywhere else then you can use function get_comments
Related Posts:
- Why does comment_reply_link launch the reply form at the wrong spot on the comment section?
- Threaded Comments Feature not working
- customizing TwentyEleven comments template
- Enable nested comments in Theme
- Remove the function which adds nofollow to links in comments
- Removing(replacing) avtar in comments.php with some other HTML arrangements
- Get Comment With Meta value
- How to add a class to the comment submit button?
- How to wrap submit button of comment form with div
- Comment Walker vs. Comment Callback
- comments reply script not working
- Why does `add_theme_support( ‘html5’, array( ‘comment-form’ )` disable client side validation?
- Add class to Reply button in Comments area
- How do I set up real anonymous posting in bbpress forums? [closed]
- How to allow the reply link to remain on the comment form after I have reached my 10 nested comment limit?
- Custom Comments – Parent / Nested Reply
- Using filter to add additional fields to comment_form()
- Comment form not display properly?
- Programmatically block commenting by restricting view of comment form
- Hide comment form completely (preferably without using CSS)
- Add comments meta fields to comments metabox on post edit screen
- Display comments on a comment page without form
- How To Remove The “Click here to cancel reply” Link From The WordPress Comment Form
- changing default comment form arguments [duplicate]
- How to modify comments form using comment_form()?
- How to change the order of elements in comment_form()
- Including new Javascript only after a comment is made
- How to add a title field in comments?
- Two steps comment form
- How to add attributes to the comment form tag?
- Change order of comment fields
- How to call my custom WordPress Comment form without getting the comments?
- How can I get values count from wp_commentmeta?
- How can I test why the comment hook is not working?
- How to modify core when there is no hook?
- comment_post action hook running on page load instead of after a comment is posted
- “comments.php” not available after edit in WP administration
- blank page after submitting a comment
- changing font size and font of a custom message added after comment
- Notification if Comment Author Field is left empty. E.g. change input border colour
- Is it possible to force login for comments only on custom-post-type or the custom comment template?
- Force logged in users to still fill out name/address for commenting?
- What functions does WordPress use for filtering / sanitizing comments?
- Ajax submit comments
- Does anyone know all parameters of get_comments()
- Display avatar with comment form?
- How to make comments private for commentor and post author
- Name of comment field differs on different sites
- How to display comments length
- how to load the comment template from a plugin
- Full Front End, AJAX comment system and comment reply script
- Custom markup for the comment form
- How to properly enable comments form in page template
- How can I embed comments plugin to my own website?
- How to add a category to comments?
- Create customized captcha field to wordpress comment form without Plugin
- get_comment_meta not behaving as expected
- unsetting required fields in the comment reply form
- Add a Custom Field in Comment Box next to the Text area
- wp-comment-post.php and header already sent issues
- How to auto-generate names for guest users who leave comments?
- How to send add_comment_meta value from separate file to main plugin file?
- COMMENT FORM Error: Please type your comment text
- Cannot Remove Title Reply from Custom Comment Template for Signup Page
- comment just attachment .. reply just text … can I do that?
- Display the list of user’s comments + the post title + date
- Same comment section on every page
- Update post “A” on comment submition on post “B”
- reply comment below the comment box without reload page
- How to find which last line executed in wordpress?
- Force to show all fields in comment forms to the logged-in users
- How do I check which comment fields are required in my theme?
- Author name length character limit?
- Check if comment author has url
- How to make comment reply available only for login members of a certain user roles only?
- How to call out the date of user’s first comment?
- edit comments in front end
- How to replace anonymous comment form with a registration form on wordpress?
- Show comments based on user role in front end
- 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?
- Echo out custom fields in comments
- Comments template only linking to one post
- Adding restrictions to open comments
- wp-editor-area textarea disapear on cancel-comment-reply-link click
- Customized Comment Form Issues
- Comment_form and GD Star Rating
- How do I convert users who put an email and username for a comment into registered users? [duplicate]
- Add custom captcha to comment form
- Reply form used in wordpress.com
- Merge comments from Facebook with WP comments [closed]
- Why default comment fields don’t show up?
- How to enable truly anonymous posting in bbPress forums? [closed]
- Replace Entire Comment Box with Text
- How to hide and disable URL and email fields from comments?
- Is there a way to edit the markup of comment_form()?
- Comment form: Add Radio button logic [closed]
- Show success message on comment submit when email and name is not required field
- Prefill the textarea in comment_form