Add style=ol
to your call to wp_list_comments.
Reference:
http://codex.wordpress.org/Function_Reference/wp_list_comments#Parameters
Related Posts:
- Comment Walker vs. Comment Callback
- What does the “$depth” parameter in the Walker_Comment stand for?
- Change HTML Produced by wp_list_comments()
- What is a good resource to find out about making custom walkers?
- How to wrap submit button of comment form with div
- How can I limit the number of comments per registered user per day?
- Showing comments only to same custom user role
- Why does comment_reply_link launch the reply form at the wrong spot on the comment section?
- Why is my menu order not working with wp_nav_menu?
- How to hide “Trackback” on paginated comments
- Incrementing a class in a custom walker
- How to display comments on different page
- how to have 2 comments_template() in one post
- Adding ul class with wp_list_categories Custom Walker
- Customize comment list markup
- Passing arguments to wp_list_comments callback function
- customize comment form
- comments_template not working correcly in custom template files
- Change WordPress comments url / word
- How can I show comments in random order?
- adding a text message beside the comment submit button
- How to get last comments but not from admin (or other specific user role/capability)?
- Warning: call_user_func_array() expects parameter 1 to be a valid callback, func
- How to add a privacy-checkbox in comment-template?
- Comments to only be seen by their author
- how to get the comment ID in the front end when the REPLY button is clicked?
- how to conditionally add attributes to start_lvl() function?
- How to add a title field in comments?
- Menu location by menu id or menu ID in start_el() Walker
- Comments not nesed with custom template
- Adding dynamic content to end_lvl in Walker Class [closed]
- Walker gives additional taxonomy name?
- Override comments.php template with plugin
- $args->has_children not working with start_el()
- Add classname comment template from functions.php
- Removing from Comment
- Check if comment was modified
- How to change commenter links to /user/user_id?
- Limit Custom Crawler to front end only
- Change the HTML of the comment form that is generating somewhere from the core WordPress
- Customizing comments pagination for bootstrap
- comment_post action hook running on page load instead of after a comment is posted
- using comments_template() in custom single-portfolio.php
- how to properly use comments-template.php
- customizing TwentyEleven comments template
- How to call wp_list_comments() outside of the comments template?
- Customize Theme comment template to Insert VoteUp and VoteDown buttons
- WordPress comments – how to check if comment still needs to be approved?
- Modify WordPress Comment From For AMP Html
- Extend Walker Class for 2 checkbox taxonomy selection?
- using walker menu to add classes and attributes to elements
- Custom megameu walker need improvement
- List pages to show only Whitelisted sub pages
- Get Parent List Class for Child Pages Using Walker
- Get all images in post and comments like Twitter before post title
- Enable nested comments in Theme
- comments_number not displaying
- Custom setup of wordpress comments that are displayed
- Manual use of Walker_Category class
- Appended comments but they show up above the content instead of below
- Embedding Youtube video on comments
- How do I get_the_content in a custom walker?
- How to make comments private for commentor and post author
- Name of comment field differs on different sites
- The comment could not be saved. No comment_ID on comments
- How to display comment meta under each comment content
- How to add custom class to get_avatar()
- Creating Custom navigation in wordpress with sub menus
- How can I embed comments plugin to my own website?
- Custom comment field not showing when logged-in
- Custom comment link
- Page thumbnail doesn’t display on navigation
- I don’t have comments.php… how do I customize my comment fields
- How to remove ul & li from wordpress custom walker?
- Why will comments not remain open on custom post types?
- How do I make the comment disappear after deleting from the database?
- Is it possible to give a classname to specific comments in the WordPress admin?
- How to display replies to his comments in user profile of current user
- How to show a list of comments on home page from all posts?
- reply comment below the comment box without reload page
- How can i display pagination in custom comment list?
- Is it possible to display the Navigation Menu without using Walker_Nav Class
- Closing Comments conditionally in comments.php
- Walker_Category – not reliably saving
- I want to change the WordPress comments file
- Custom Walker menu depth opening problem
- How to append something before final tag in walker class?
- Comment function for page
- How to call out the date of user’s first comment?
- Removing(replacing) avtar in comments.php with some other HTML arrangements
- How to pass settings to comment_form() if theme only uses comments_template()?
- How to add a class to comment submit button?
- How can I return the result of my custom function?
- How Can I display the Current Logged-In User’s Comment at the Top of the Comments Section in WordPress?
- Paginated Comments “reply” does not work!
- Comments page id wp_list_comments
- Using wp_list_categories or other function inside a menu walker?
- reply to comment excerpt instead of author in comment title
- Redirect first time comments
- Increase Comment Author Gravatar Size On WordPress Default Comment Function