Hello Kriesi Support,
I need to add a blog post to our site’s homepage which shows all comments, acting as a website forum. I have one test comment posted and approved. The post title is ‘BEFORE IT GETS ANY WORSE, LETS MAKE IT BETTER’.
What should I do to make this happen?
Thanks, Ann
Hey hopk0733!
Perhaps this plugin would work for you, https://wordpress.org/plugins/show-all-comments-in-one-page/.
Cheers!
Elliott
I’m trying this today, thank you for the tip Elliott.
Hi!
Please try and let us know so we can mark the thread as resolved or assist you further :)
Cheers!
Yigit
I’m having no luck with this plugin. I found an article on line suggesting to edit the template:
‘Normally, on single pages you can just call comments_template(); and it should display, but it wasn’t showing up. All we ended up getting was a blank div container. After doing a quick search online, we were able to find the answer. Inside the loop right before endwhile, simply add the following code:’
<?php
$withcomments = “1”;
comments_template(); // Get wp-comments.php template ?>
I have NO idea what I’m doing and wouldn’t know where to add this, but is it worth a try? In addition to seeing all comments from the post on the homepage, I want to see the full article. Currently I only see the title and a ‘Read More’ link, how can I alter this?
Hey!
What if you use the Comments element in the advance layout builder? Edit the post then add this shortcode in the text editor:
[av_comments_list]
Regards,
Ismael
Thank you for your support. I needed a lightning fast solution and had to buy another theme last night.
Thanks thought.