Forums

[resolved] How to add comment in PAGES (4 posts)

  1. patrickvalmont
    Member
    Posted 2 years ago #

    Hello all, I'm new to WP and WP Forum.
    I have my own WP at http://www.patrickvalmont.com but slight problem.
    As you can read from the tile it's something i've been waiting to do but I cannot understand how to, I followed instruction here and here but i still don't get it.

    Reason I'm not understanding is because my page.php does not look like the one posted in the replies, so I'm confused, any help greatly appreciated.
    This is my page.php
    by the way I'm on WP2.8

    Many thanks
    cheers

  2. @mercime
    Member
    Posted 2 years ago #

    Insert <?php comments_template(); ?> between the pages link and the closing div in your page.php

    <div class="post-content">
    <?php the_content('<p class="serif">Read the rest of this page &raquo;</p>'); ?>
    <?php link_pages('<p><strong>Pages:</strong> ', '</p>', 'number'); ?>
    <?php comments_template(); ?>
    </div>
  3. patrickvalmont
    Member
    Posted 2 years ago #

    Ah, damn u good !! :D
    It works now !! Many thanks Mercime, much appreciatted !!

    cheers

  4. @mercime
    Member
    Posted 2 years ago #

    great, click resolve on this topic :-)

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.