• saratahir

    (@saratahir)


    While comments work on all my posts on my main page,I can’t get comments to work on other pages. I have enabled comments on all pages and despite that comments cannot be made. Ideas?

Viewing 2 replies - 1 through 2 (of 2 total)
  • cipote

    (@cipote)

    Perhaps the particular theme you are using does not include the code for comments in the pages file? Take a look at the single post (single.php) file and compare it to the page template file (page.php).

    cipote,
    this worked for me.
    added this to page.php:

    <div class=”commentsblock”>
    <?php comments_template(); ?>
    </div>

    done!

    thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can’t add comments in pages’ is closed to new replies.