Forums
Forums / Fixing WordPress / Comments
(@kklo)
6 years ago
Hi
Does anyone know what code to use in the templates to show the comments written in Add Page -> Comments at the bottom of the page, if they were seen by the user?
Thanks
(@a2hostingrj)
This should get you the comments:
`comments_template(); // Get wp-comments.php template
There’s also a plugin that you might wanna take a look:
https://ww.wp.xz.cn/plugins/better-recent-comments/
The topic ‘Comments’ is closed to new replies.
(@kklo)
6 years ago
Hi
Does anyone know what code to use in the templates to show the comments written in Add Page -> Comments at the bottom of the page, if they were seen by the user?
Thanks