Just in case others are stumped with trying to learn how to reveal submitted comments onto a comments page (or any page for this matter), a good starting point to investigate is using the WordPress function wp_list_comments()
There are examples provided on that resource page to get things going in a healthy direction.
I would also include the following debug tactic as a help along the way…
?><pre><?php var_dump( $variable_to_test ); ?></pre><?php
…as mentioned by Q Studio. Thanks for that!
Update
Another good resource to help extend the OOTB comment fields with more fields by WPengineer.com. I’ve tested it out for myself in 2020, and concepts still work.
Related Posts:
- Disable comments on all posts/pages
- Stop WordPress redirecting comment-page-1 to the post page?
- Would switching to InnoDB from MyISAM improve performance of comments table?
- Linking to Page Showing Only Comments Without Parent Post
- How can I limit the number of comments per registered user per day?
- Post Comments using WP REST API v2 in WordPress
- Show content only if member left a comment
- How can I control the comment counts filtering my CPT replies?
- How to auto-approve internal pingbacks?
- Using filter to add additional fields to comment_form()
- Disable wordpress comments API
- Can I store my custom comment_type into wp_comments table?
- Comments waiting but no comments found
- Programmatically block commenting by restricting view of comment form
- What is comment_karma?
- How to override function twentyten_comment
- Disqus over the default commenting engine, what are some pros and cons?
- Comments screen in backend, how to disable Quick Edit | Edit | History | Spam | for non admins
- How To Remove The “Click here to cancel reply” Link From The WordPress Comment Form
- Plugin from WordPress.com for comment notification…available? [closed]
- How to add text to comment form #content textarea?
- Get most active users sort by comment count
- Passing arguments to wp_list_comments callback function
- What are the additional fields in wp_comments used for?
- Change allowed HTML tags for comments
- comments_template not working correcly in custom template files
- How can I highlight admin comments?
- Why are my comments closed?
- Block comments from search engine indexing
- Create a “Reject” action for comments?
- How to change style of Disqus comment count on main page
- List User Comments on User Profile BuddyPress [closed]
- Add action on delete comments?
- Exclude child comments in get_comments() or WP_Comment_Query?
- Changing “submitted on date” of comments
- Filter custom comment type from Manage Comments & Dash Widgets
- How to allow more HTML tags in comment for a certain comment_type
- How to deal with spam comments and distinguish them from non-spam comments?
- WordPress custom form action url
- How to add a strip of visual editor on top of comments textarea
- Threaded comments not working
- Customizing comments pagination for bootstrap
- woocommerce allow users to select or use avatar
- Error While Sending Comment
- How to get all comment authors of a single post?
- comment_reply_link not work with me
- have_comments() does not work
- How to use the ‘comments_number’ filter?
- Can i Use own Facebook App ID with this Social Comment Plugin? [closed]
- How to allow duplicate comments AND without comment text
- Remove the deleted user comment
- Only allow the post author and admin to comment on a post
- How come pending comments are appearing in admin?
- Generate Sub-Comments with WP-CLI [closed]
- Repositioning ‘Reply’ Link in Comments
- Add an attachment feature to comments
- Cannot post comments if I don’t post a website?
- Counting Comments as Singular and Plural in comments.php Template
- Where are comment ratings stored?
- how to SELECT for the current post id?
- Sending comment notifications to different recipients depending on taxonomy terms
- Replying to comments
- Custom comment link
- How to display the user’s comment status on the front end
- unsetting required fields in the comment reply form
- Problem code and show comments
- Highlight comments made by registered users of the site
- How do I make Twenty Ten display comments on the home page?
- It doesn’t matter if I have more than one comment. get_comments_number still equal to one?
- Simple spam check for valid domain in commenter’s email address
- Allowing WordPress.org/com accounts on a self-hosted install
- How to remove the “comments” bit that appears next to or below the posts
- Sort post comments from newest to oldest in pagination
- Post comments don’t show
- Update post “A” on comment submition on post “B”
- Using Disqus with headless WordPress setup?
- Comments counter only for Authors Posts
- Pre- Approved Comment Capability
- Delete comments function
- Comment form not working
- How to show a “Comments Are Closed” message on posts where comments have been closed?
- Comments pagination on author page
- Comments page id wp_list_comments
- transition_comment_status gets called when untrashing comments
- spacebar is not working in input and textarea
- wp-editor-area textarea disapear on cancel-comment-reply-link click
- Conditionally process comments while ignoring replies
- Required Field for Comment parent only?
- Can I use WP comments for custom tables?
- How can I have a full comments.php for an easy editing of all its aspects?
- How do I separate author avatars and comments in 3.4.2?
- writing a plugin, how to disable the comment form altogether?
- How do I convert users who put an email and username for a comment into registered users? [duplicate]
- What filter or action to replace comments or add new comment system
- Function to get a list of all comments on 1 post [closed]
- Auto delete WordPress comments
- How to disable comments on new blog post, but allow on new products?
- Customize the new comment notifications sent to the post author after the comment is approved
- Get approved comments or comments that the author is me
- Show/Hide comments