• HI. I’ve just published my webpage (tarastraveltips.co.uk) . I would really like a comments section on each page but can’t see how to do this. I am very new to wordpress (and have very basic knowledge). Please could someone help me with this? Thanks

Viewing 9 replies - 1 through 9 (of 9 total)
  • Most of the time the themes already have this comment feature enabled but it seems like yours doesn’t try using another theme if don’t , you can enable the comments adding

    <?php if ( comments_open() ) comments_template(); ?>

    on your the single.php file of your theme but thats a little more complicated.

    Another thing to check is whether comments are enabled for that page (by going to the edit screen and verifying that “Allow comments” is checked in the “Discussion” panel. If that panel is not visible, you can enable it by selecting “Screen Options” in the upper-right corner of the edit screen and checking the box labeled “Discussion” in the panel that appears.)

    Thread Starter tarajpotter

    (@tarajpotter)

    Thank you so much, That has worked (comments weren’t enabled for each page). If is possible to put a FaceBook share button on each page?

    Hey there,

    You can use this plugin to display social sharing buttons. Hope it helps.

    Thread Starter tarajpotter

    (@tarajpotter)

    Hi. Thanks so much! I have downloaded it but (because I’m stupid!) I can’t work out how to make the share button appear on each page. Please can you tell me? Thanks

    Thread Starter tarajpotter

    (@tarajpotter)

    Oh Wait!! I’ve just worked it out!!

    Hey there,

    Glad you figured it out. Don’t forget to mark this thread as resolved. Cheers ??

    Thread Starter tarajpotter

    (@tarajpotter)

    Oh no I didn’t!!! I found the social share section on my dashboard and thought I set it to what I wanted but still can’t see anything on my pages …. sorry to be so stupid. Can anyone help me?

    Thread Starter tarajpotter

    (@tarajpotter)

    Or is it that you can only do it on pages if you buy the premium?

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Comments section – Twenty fifteen’ is closed to new replies.