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.....
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.....
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.
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...
hey,
can anybody please help.....
i gotta get comments on my pages fast....
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
This topic has been closed to new replies.