i’ve used
wp_list_comments
like this:
<?php if (class_exists('Walker_Comment_Wink'))
$walker = new Walker_Comment_Wink();
else
$walker="";
wp_list_comments(array('walker' => $walker, 'type' => 'comment' , 'callback' => 'theme_comment2')); ?>
i used the plugin http://winkpress.com/articles/fix-reversed-comments-pagination/ to fix the “* and 1 comment” weirdness.
You have the option to pass
$reverse_top_level (boolean) (optional)
Setting this to true will display the most recent comment first then going back in order.
Default: null
you can check it in action here http://www.joaoleitao.com/viagens/acerca-do-autor/
Related Posts:
- Set noindex page-comment from Pages 2, 3 and More?
- Paginate result set from $wpdb->get_results()
- Aggregate comments, with pagination
- How can I see all of a post’s comments on a single page as a reader, if pagination is enabled?
- Is there any way to override “break comments into pages” and “close comments for old posts” on certain posts, but not on others?
- How to no follow the paginated comments
- Comments Pagination as an unordered list
- How to add pagination to comments?
- Comment pagination – How to show determined number of comments on the first page?
- changing comment-page-# to something like review-page-#
- How do you turn on comments for only the last page of a paginated post?
- Redirect to page 2 after comment
- Customizing comments pagination for bootstrap
- Pagination Comments Doesn’t Show
- PAIN. Comments Pagination
- Comment Pagination Behavior wp_list_comments() – comment ordering and pagination
- assumed as comment line
- paginate_comments_links() not working
- Comment Pagination
- get_query_var(‘paged’) for WP_Comment_Query always return 1 when using paginate_comments_links()
- Sort post comments from newest to oldest in pagination
- Comments pagination: reverse JUST the links texts (1-2-3 to 3-2-1), not comments order
- What is wrong with this? [closed]
- Comments pagination on author page
- Comments page id wp_list_comments
- How to check if post has previous_comments_link() and next_comments_link()
- Comment submission & navigation redirects to default language
- If paginated comments don’t span to a second page, how do I hide the div wrapper?
- WordPress comment pagination : newest comments on first page
- Pagination comments
- Remove “#comments” from comments pagination url
- How to deal with small scale comment spam on small commercial sites? [closed]
- show number of open comments on custom dashboard
- How to hide “Trackback” on paginated comments
- Is it possible to show custom comment metadata in the admin panel?
- Display all comments or recent comments per user on author page
- Does WordPress Allow Blank/Empty Comment Submissions In WordPress?
- comment_reply_link() not showing up
- How can comments be submitted when I don’t have a comment box on a page?
- how to have 2 comments_template() in one post
- Display comment meta data after quick update
- get_comments() where parent is not 0
- How to hide “Comments are disabled”
- Get number of comments per page
- Custom disqus_identifier not properly changing default value
- Edit Comment_Field while using T5 Comment Textarea On Top-Plugin
- Registered but Anonymous comments
- How to import only certain comments from post[s]
- Make wordpress comments work with include templatepath
- How can I stop WP from automatically marking “Automatically close comments on articles older than 28 days”? [closed]
- Callback function argument which is required for wp_list_comments ()
- The comment login form is visible to me but not to the user
- How to insert a comma to the child comment construction in function.php?
- Log file reports SQL Error processing child comments
- how to properly use comments-template.php
- Reply By Email to comment notifications
- Get Post ID within wp_set_comment_status hook
- How to implement comments on specific fields in wordpress?
- wp_list_comments renders incorrectly nested
- Alternative to the filter comment_reply_link
- Number/ Position of a Comment
- Comments are invisible, what’s the problem with wp_list_comments?
- WP confusing “links to my articles” with “comments”?
- How to check if a comment has replies?
- Can I have Comments open to specific users only?
- Commenting system for WordPress
- Commentlist: bypostauthor problem with children list
- Comments does not work?
- How do I disable the discussion notification emails to us when a comment is “approved” and when an adiministrator replies?
- Review count per product
- Moving post’s content to post’s comments section
- comment_notes_before not working
- why can’t I retrieve the comment ID?
- Copy and Paste Password for Comments
- Returning error upon comment being flagged as spam
- is it possible to have the full code instead in the comments.php page
- JetPack comment threads are displaying above comment box? [closed]
- How do i remove approved spam comments by date?
- How to Show Next-Previous Link Only
- Insert ads between comments
- How to only show current user’s comments and comments on current user’s posts in wp admin
- How to make author comment name to “Editorial Staff” no matter which ever author is replying to comments from his/her account?
- How to show username in reply to comment?
- Display date and time into post edit comments section
- Disallowed Tag Present in AMP WordPress ()
- Comments/Discussion Not enabled on newly created posts/pages
- Fire Social Annex Code on Comment Approval
- How can I enable commenting from mobile view?
- Comments closed but enabled on edit screen
- Let user delete comment on front end only
- jQuery to Create Button to Show/Hide WordPress Comments and to Hide Comments by Default
- Comment form – different title if no comment yet
- WordPress Comments jQuery Doesn’t submit
- Loop not displaying comments_popup_link
- Display of comment_date within get_comments?
- How to batch convert comments to posts?
- prevent duplicate comments using wp_insert_comment
- I need help about wordpress of members section
- TinyMCE in comment reply form showing toolbar but can’t edit reply
- Add pending for reply comment in console WordPress