Forums

How to Add comments in Pages (6 posts)

  1. arjunbajaj
    Member
    Posted 1 year ago #

    Hey everyone,
    I want to add the comments sections in all my pages also....

    means the comments section should appear in my pages as it appears in my blog....

    please help...

    thnx.....

  2. Ambergris75
    Member
    Posted 1 year ago #

    I think plugins like CformsII or Formidable allow you to place comment fields anywhere you like on your site.

    Also study your Single.php and do a CTRL + F find for comments and experiment with copying and pasting the code that calls comments on the pages you desire.

    I'm sorry I don't have the specific code to show since I removed it from my Single.php.

    Hopefully someone will come along with better help for you.

  3. arjunbajaj
    Member
    Posted 1 year ago #

    hey Ambergris75,

    thanks for the help but the plugins didn't work....they r not showing the comments after they have been submitted... and my Single.php is a very small file....

    it contains this :

    <?php
    	get_header();
    	include(THEME_LIB.'/template_posts.php');
    
    	get_footer();
    ?>

    can you help me with this...
    my site is ArjunBajaj.com
    You could get some idea with the theme i'm using...

    thanks...

  4. arjunbajaj
    Member
    Posted 1 year ago #

    hey,

    can anybody please help.....

    i gotta get comments on my pages fast....

  5. arjunbajaj
    Member
    Posted 1 year ago #

    ok.....

    i got it from some other post....

    just add comments_template(); in the file page.php in your template

    ......

  6. Rev. Voodoo
    Volunteer Moderator
    Posted 1 year ago #

    well, normally in page.php you would add:
    <?php comments_template(); ?>

    just above the <?php endwhile; endif; ?> near the bottom of your file

    but, if it's short like the single.php you posted above (with an include to a different file) it could be different

Topic Closed

This topic has been closed to new replies.

About this Topic