• Resolved nizam7991

    (@nizam7991)


    can somebody help me??
    kind a new with wordpress..

    it’s about how to put/enable the comment on the other pages.

Viewing 5 replies - 1 through 5 (of 5 total)
  • call your comment template (comments.php) in your page template (page.php) of your current theme:

    <?php comments_template(); ?>

    PS: you can use the search option before posting.

    Thread Starter nizam7991

    (@nizam7991)

    sorry about that.anyway, thanks

    i still can get it..

    where to paste the code??

    no problem.. ??

    Thread Starter nizam7991

    (@nizam7991)

    I still can get it.
    It’s hard for a noob person like me..

    but where to paste the code Nazcar?

    above the <?php else: ?>

    may be similar to this:

    <?php comments_template(); ?>
    <?php else: ?>
    <p>sorry the post you looking for have been deleted</p>
    
    or below the <code><?php endwhile; ?></code>

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to add comment field at other pages??’ is closed to new replies.