• Hi, I have an “about me” page on my blog. I chose to “allow comments” on my dashboard, but if you have a look at my “about me” page, there’s no possibility to comment. How do I unlock comments?
    Thanks!
    Giulia

Viewing 4 replies - 1 through 4 (of 4 total)
  • most themes don’t have commenting on pages
    if you want that – open your theme’s page.php and add this line right after the_content() call

    <?php comments_template(); ?>

    always back up 1st

    Thread Starter giuliadventures

    (@giuliadventures)

    Thank you SO much ??

    Thread Starter giuliadventures

    (@giuliadventures)

    unfortunately that doesn’t work: i receive the e-mail with the new comment alert but it doesn’t show in the comments thread…

    I used this:

    <?php comments_template(”, true); ?>

    to display comments on Autofocus 1.0.1 theme pages.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘AutoFocus theme: comments in pages?’ is closed to new replies.