• Resolved tribeka

    (@tribeka)


    Hi there

    I am using the soulvision theme on my site https://www.ameasureofmylove.com. At the bottom of the post, it reads ‘0 comments’.

    I have noticed other blogs have ‘leave a reply’ fields or ‘add comments’ section which are more likely to get comments.

    Is the absence of this on my site a limitation of the theme I am using or can I enable something similar and if so, how? (I have comments enabled)

    Thanks

    James

Viewing 3 replies - 1 through 3 (of 3 total)
  • at the bottom of your single.php (or index.php, or any other template you want), please this code:

    <?php comments_template(); ?>

    Thread Starter tribeka

    (@tribeka)

    Thanks for your quick reply, Rahul

    <?php comments_template(); ?> is already in my single.php file. What I want is for visitors to leave comment directly without having to click on ‘0 comments’ It’s not clear, anyway that by clicking on ‘0 comments’ you would be able to leave a comment.

    Thanks again

    James

    Thread Starter tribeka

    (@tribeka)

    Sussed it thanks to a savvy friend of mind.

    What I needed to do was add the line of code <?php include("comments.php");?> to index.php.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to insert ‘leave a comment’ form in posts’ is closed to new replies.