Use a custom callback to render the comment content. Inside of the callback function call comment_reply_link()
wherever you need it:
comment_reply_link(
array_merge(
$args,
array (
'add_below' => 'comment-body',
'depth' => $reply_depth,
// + 1 to offer always a reply link for a consistent UI
'max_depth' => $args['max_depth'] + 1,
'before' => '<p class="reply-line">',
'after' => '</p>'
)
)
);
Related Posts:
- Paginate result set from $wpdb->get_results()
- Change Comment Author Display Name
- comments reply script not working
- What should I do to make generated avatars different for anonymous comments?
- Check If comment author is registered
- How do I set up real anonymous posting in bbpress forums? [closed]
- How do I turn off wordpress comments ability to capture a users ip address?
- Success message in comment form
- Threaded comments – deleting parent comment leads to orphan comments
- How to remove commenters ability to add hyperlinks to comments?
- How to remove or replace the log-in link for comment replies?
- Exclude internal links from comment moderation?
- Change the HTML output of comments
- Add Comment Custom Field
- Remove link preview in discussion dashboard
- Can’t add default comments to custom post type
- Upload images with comment
- Change language of comments template
- Comments Feed & Custom Post Statuses
- Multiple Comment Forms in a single page [closed]
- Why Allow Script Commands in Comments?
- How to enable comments options?
- WordPress comment count to include attachment comments
- How to no follow the paginated comments
- Remove “Comments are closed” Notice from Custom Post Type template
- Comment count wrong with orphaned comments
- Get comment content by comment ID
- Pings and replies
- Retrieve comments from current post using SQL
- Comment_Reply_Link Not Showing?
- Display recent comments with gravatar and excerpts?
- Is comment metadata included in the export file?
- Get a List of All Commenters on the Current Post
- Display the number of unseen comments on a page since the user last visit
- Log in link not showing, Comment Issue
- Removing the limit on the number of nested comments
- How to call my custom WordPress Comment form without getting the comments?
- How to moderate (manually approve) comments of a specific (registered) User
- How unrequire comment text in wordpress post
- How can I test why the comment hook is not working?
- How to limit comment author to one comment per post
- Make WordPress process admin group comments using $allowedtags
- How do i remove “Website” field from WordPress comments
- Can comments by a logged-in user be displayed at the top?
- WordPress comments work locally only?
- comment reply by email
- Incorrect redirection after commenting on custom type
- “Discussion” checkboxes unchecked by default on pages? [duplicate]
- How to disable or hide WordPress.com as a social media login option for Jetpack Comments [closed]
- How to limit comment indentations to one level?
- WordPress for questions and responses website
- Minimum allowed comment length only on a specific page
- How can get comment id from comment link?
- How to Add text to the start of all comment?
- How can I count only guests comments?
- How to get comments other than using wp_list_comments?
- Adding SQL source code to comments
- How to control size of comments popup window?
- Add comment_id on Comments page within wp-admin
- Sent comments notifications to multiple users
- Getting comments of an specefic user
- I update a post and it creates a pingback? Any idea why?
- How can I embed comments plugin to my own website?
- Applying same style to all the comments on the page
- Limit action in comment according to IP
- How to get recent comment link
- assumed as comment line
- Can I create a new comment type?
- How / where is the wp_query object created for RSS feeds?
- Separate page for comments using permalinks and add_rewrite_rule
- Return count for characters in the comment and perform action based on the length
- How to load new posts from wordpress db into wordpress homepage without refreshing the site?
- Cannot Remove Title Reply from Custom Comment Template for Signup Page
- comments.php remove date/time’s #hyperlink
- comment just attachment .. reply just text … can I do that?
- How to make email field not required in comments?
- I want to limit registered user to 1 comment per post in WordPress
- edit comments in front end
- How to replace anonymous comment form with a registration form on wordpress?
- What is wrong with this? [closed]
- Comment moderation
- I have tried using Plugins to remove 72K comments with no success
- How to get the 5 most recent comments and each comment 5 most recent replies (children)
- How to check if post has previous_comments_link() and next_comments_link()
- Comment text area in single blog post and show comments if approved
- comment files and s
- How to ‘If Author’ Comments Check
- selectively disable akismet
- Disqus moderation page not working in WordPress admin section
- Comment Blacklist
- Comment forum to display under the comment you’re replying too
- Recent comments per tagged post?
- Subscribe to a post’s comments without posting a comment yourself
- Modify “Recent Comments” List in WP-Admin
- Comment submission & navigation redirects to default language
- comments are going to spam
- How to hide the login / profile urls on top of comment box for a post
- wp_list_comments adds unnecessary elements
- comment_approved custom value
- TinyMCE in comment reply form showing toolbar but can’t edit reply