Thank you for your support. I needed a lightning fast solution and had to buy another theme last night.
Thanks thought.
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?
I’m trying this today, thank you for the tip Elliott.