• 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…..

Viewing 5 replies - 1 through 5 (of 5 total)
  • 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.

    Thread Starter arjunbajaj

    (@arjunbajaj)

    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…

    Thread Starter arjunbajaj

    (@arjunbajaj)

    hey,

    can anybody please help…..

    i gotta get comments on my pages fast….

    Thread Starter arjunbajaj

    (@arjunbajaj)

    ok…..

    i got it from some other post….

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

    ……

    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

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to Add comments in Pages’ is closed to new replies.