• I’ve writen a new page and used the discussion panel to allow comments on a page. But I can’t see a link or form to leave a comment.

    Is it possible to leave comments on a page?

    Thanks for your help!

    Greetings
    Kishen

Viewing 4 replies - 1 through 4 (of 4 total)
  • Yes, you need to add the comment include on page.php template

    Thread Starter eskape

    (@eskape)

    In page.php I’ve added the following code:

    <?php comments_popup_link('No comments »', '1 Comment »', '% Comments »'); ?>

    It does not work…

    Thread Starter eskape

    (@eskape)

    I’m sorry… I’ve entered the wrong code…
    This is what helps…


    <?php comments_template(); ?>

    Thanks phunky


    <?php // Include comments template ONLY on pages where comments are open

    if ('open' == $post->comment_status) { comments_template(); }

    ?>

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Discussion in page (allow comments)’ is closed to new replies.