I believe the easiest way to do that will be with javascript. Something that will navigate at each comment list and show only last button. Something like:
jQuery(document).ready( function($){
//Hide all buttons
$('.comments li .reply-button').hide(0);
//Navigate through all comments
$('.comments li').each( function() {
//Lets check if there is children comments in this one
if (! ($(this).children('.children').length > 0)) {
//Don't have, so let's show this button
$(this).find('.reply-button').show(0);
}
})
})
Related Posts:
- How to show Disqus comment count number only without text?
- Can’t seem to get this CSS to work…any ideas why? [closed]
- Which filter/hook to use for styling comments?
- Applying same style to all the comments on the page
- comments_popup_link() – how to load different classes/images according to different comment condition?
- Highlight comments made by registered users of the site
- JetPack comment threads are displaying above comment box? [closed]
- Styling Admin comments in WP 3.1.3
- Is it possible to pull comments from facebook into your blog?
- Enable Submit Comment Without Page Reload (Using Ajax)?
- Getting Post Comments for post ID using WP_Query() and a Custom Loop?
- How to use a custom comments template
- Comment visibility
- Get comments for more than one post
- Allowing more elements in comments via functions.php
- Set post comments open function
- “Categories” for comments?
- Allow anonymous comments, but prevent spam [closed]
- Where to remove from comment’s feed?
- Allow guests comments on single post
- Delete all user comments
- Why do I get email notifications about comments that WordPress has already determined are spam?
- Delayed commenting
- “Leave a comment” link even when you can’t
- An action hook where a comment meta is updated
- Display number of comment replies
- User can post only one comment per day on one page
- Last comment page first with full number of comments?
- Only subscriber role user can comment not other
- customize comment form
- Relaxing unescaped HTML filtering inside tags?
- WordPress comments email notification for authors
- How to get the result of comments_number() as a string instead of printing it out?
- Should I still worry about paginated comments with the latest wordpress versions?
- How to dont allow registered users to comment without being logged in?
- edit comments capability for authors
- Publish a message on facebook after having posted a comment
- Users with custom roles can’t read each other’s comments
- Why is_wp_error() is not returning false even there’s no defined error
- wp_insert_comment and security
- How can someone submit a comment when my site has no comment field?
- Separete trackbacks/pings and numbered comments
- Show comments in a popup
- highlight “starred” comments by admin
- How to display html in only the first level of WP comments?
- Set noindex page-comment from Pages 2, 3 and More?
- How can I convert anonymous commenters into registered users?
- your comment awaiting moderation message sometimes not appearing
- Limit comments per user per post
- Filter In Reply comments from WordPress Admin Panel
- Comments vs. Pingbacks next page issue
- WordPress ‘comment counts’ got messed up, because of a plugin – DISQUS
- blank page after submitting a comment
- Remove post navigation links
- Display only 1 comment and then option to show more
- Notify post author for a new comment on his post?
- How to make an WordPress element sticky? [closed]
- cancel reply link results in 404 error
- delete duplicate comments
- Cancel comment filter?
- get_comments not working consistantly with post_id
- 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?
- How to edit the text below “Leave a Reply”
- Safe to remove this: when using a 3rd Party Comment App? [closed]
- 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
- How to create post comment from different domain
- Comments on future posts
- Display custom text when comments are closed
- I need to disable Disqus comments pre-approval, but i can’t find where
- How to Trigger comment_form_after action if comment_form() not used
- Need Comment Link Help
- Page comes up blank using w3 total cache [closed]
- Comment Table Size Results in Slow Page Loads and 500 Errors
- Insert ads between comments
- get_query_var(‘paged’) for WP_Comment_Query always return 1 when using paginate_comments_links()
- How to show username in reply to comment?
- Custom sort comments with select form
- Subcriber getting multiiple notifications for new comments
- Limit Comment Line Count – Add Read More Button
- Commenter username copies author username
- Displaying comment rating stars in carousel
- Enable comments option
- Change Comment Text [duplicate]
- Comments closed but enabled on edit screen
- Let user delete comment on front end only
- How to force users to nest their comments
- Insert comment and still use moderation
- Auto approve all comments (editor)
- add field comment [duplicate]
- Let users comment on categories in WordPress
- Loop not displaying comments_popup_link
- Display of comment_date within get_comments?
- Customize comment notification e-mails with HTML
- prevent duplicate comments using wp_insert_comment
- comment_approved custom value
- Add pending for reply comment in console WordPress