Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #548026

    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

    #548093

    Hey hopk0733!

    Perhaps this plugin would work for you, https://wordpress.org/plugins/show-all-comments-in-one-page/.

    Cheers!
    Elliott

    #549770

    I’m trying this today, thank you for the tip Elliott.

    #549774

    Hi!

    Please try and let us know so we can mark the thread as resolved or assist you further :)

    Cheers!
    Yigit

    #549885

    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?

    • This reply was modified 9 years, 7 months ago by hopk0733.
    #550150

    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

    #550454

    Thank you for your support. I needed a lightning fast solution and had to buy another theme last night.

    Thanks thought.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘How to add a single blog post to the home with comments visible?’ is closed to new replies.