Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author itsdavidmorgan

    (@itsdavidmorgan)

    Hi J?rn,

    Did you check the “Allow Comments” box?

    If you don’t see the checkbox, click the “Screen Options” tab in the top right of the WP admin. Then, select the checkbox for “Discussion”.

    Next, scoll down past the content field, and you should see the comment options for the page.

    I hope this helps. Thanks!

    Thread Starter joerndaberkow

    (@joerndaberkow)

    Hi David,

    yes, sure. It’s a guestbook. With another theme, there are many comments. With the photographer-theme, they are invisible.

    Another idea?

    J?rn

    Plugin Author Organic Themes

    (@organicthemes)

    Hi J?rn,

    After inspecting the code further, I see that we did not add comment functionality to pages for the Photographer Theme. You can add them, but it will require some minor customization of the code.

    Add the following code to the loop-page.php file:

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

    The code should be added after the “wp_link_pages()” function.

    That should result in comments being displayed on the page.

    I hope this helps. Thanks!

    David

    Plugin Author itsdavidmorgan

    (@itsdavidmorgan)

    I’m marking this issue as resolved since it’s not directly related to the plugin. Thanks!

    Thread Starter joerndaberkow

    (@joerndaberkow)

    Hi David,

    sorry for my late reply! Today, I’m back from England (taking pictures). Thanks a lot for your help!

    A suggestion: make this feature (comment pages) available with an theme-update for everyone.

    Best regards from Hamburg

    J?rn

    • This reply was modified 7 years, 2 months ago by joerndaberkow.
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘comments on pages’ is closed to new replies.