You will need get_comment_meta
to pull that information from the database. You will need to know the metakey. If you don’t have that, you will have to search the theme/plugin that generates the metadata for the occurence of add_comment_meta
to find it.
Where to hook depends on how your theme is listing the comments. If it simply uses wp_list_comments
there is no filter to simply attach the metadata. You will need to change the callback argument using the wp_list_comments_args
filter. Then you can make a callback function that specifies which comment and meta data to display and how (learn more).
Related Posts:
- Name of comment field differs on different sites
- Nofollow the date/time hyperlink in comment
- How to wrap submit button of comment form with div
- What for is the table “wp_commentmeta” exactly?
- How can I limit the number of comments per registered user per day?
- Showing comments only to same custom user role
- Running a function on comment status change
- How to hide “Trackback” on paginated comments
- Is it possible to show custom comment metadata in the admin panel?
- Add Comment Custom Field
- how to have 2 comments_template() in one post
- Upload images with comment
- Add a drop down list to comment form?
- An action hook where a comment meta is updated
- Passing arguments to wp_list_comments callback function
- What are the additional fields in wp_comments used for?
- customize comment form
- Display comment meta data after quick update
- comments_template not working correcly in custom template files
- How can I show comments in random order?
- 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
- WordPress Comment. Need some details of wp_comments DB table
- How would I count the number of times a comment meta field’s value is in a post’s entire comments?
- What does the “$depth” parameter in the Walker_Comment stand for?
- Add classname comment template from functions.php
- Get comments from post and sort by commentmeta value
- 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
- How to sort posts by the average of comment meta values
- WordPress comments – how to check if comment still needs to be approved?
- Modify WordPress Comment From For AMP Html
- comments_number not displaying
- How to get a value from comment meta
- How to make comments private for commentor and post author
- Make every comment go to the spam folder
- The comment could not be saved. No comment_ID on comments
- Update comment meta for all comments of specific post
- How to get Post title by locale with Qtranslate-X
- How can I embed comments plugin to my own website?
- Custom comment field not showing when logged-in
- Custom comment link
- get_comment_meta not behaving as expected
- How to filter comments by comment_meta
- 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
- Top rated posts Average rating issue
- 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?
- WordPress Commenting System User access and Security
- How Can I display the Current Logged-In User’s Comment at the Top of the Comments Section in WordPress?
- Comments page id wp_list_comments
- reply to comment excerpt instead of author in comment title
- Redirect first time comments
- Add comment meta
- Comment-Meta doesn’t work with latest wordpress update
- How to maintain changes to comment-template.php
- Display Comment Form on dedicated Page for each post
- Commentform – Hightlight invalid fields instead of prompting towards error page
- Auto approve all comments (editor)
- add field comment [duplicate]
- Use country flag as user avatar based on comments IP address?
- The last comments of a post for the author of that post
- Why does the reply link in comments template scroll to comment position?
- Make comment textarea input un-required
- How do I comment out a block of tags in XML?
- R: Comment out block of code
- Why do I get comment spam even with Akismet and Captcha?
- What tools are available for managing/writing to WordPress? [closed]
- How to rearrange fields in comment_form()
- setting comments off as default for pages and custom post types?
- Is it possible to pull comments from facebook into your blog?
- Find out which moderator approved comment?
- Filtering the Admin Comments List to Show Only Comments from the Current User?
- Non-threaded comment replies with link to original comment
- Approve comment hook?
- Commenting in user profile page?
- How to change “You must be logged in to post a comment.”
- comment_post_ID 0 (cannot remove from dashboard)
- Disable comments on all posts/pages
- How do I delete all comments from a specific old blog post?
- Change HTML Produced by wp_list_comments()
- Removing the “Website” Field from Comments and Replies?
- Stop WordPress redirecting comment-page-1 to the post page?
- Importing old Disqus comments into WordPress
- How to add a class to the comment submit button?
- How to enable comments for pending and draft posts?
- Using WordPress’ WYSIWYG for comments
- Enable Submit Comment Without Page Reload (Using Ajax)?
- Comment Walker vs. Comment Callback
- Getting Post Comments for post ID using WP_Query() and a Custom Loop?
- Add option to disable comments on a per posts basis?
- Resetting comment count
- When importing – failed to import: Invalid post type feedback
- How to change the email notification recipient (user) for new comments?