Hi, I have an "about me" page on my blog. I chose to "allow comments" on my dashboard, but if you have a look at my "about me" page, there's no possibility to comment. How do I unlock comments?
Thanks!
Giulia
Hi, I have an "about me" page on my blog. I chose to "allow comments" on my dashboard, but if you have a look at my "about me" page, there's no possibility to comment. How do I unlock comments?
Thanks!
Giulia
most themes don't have commenting on pages
if you want that - open your theme's page.php and add this line right after the_content() call
<?php comments_template(); ?>
always back up 1st
Thank you SO much :)
unfortunately that doesn't work: i receive the e-mail with the new comment alert but it doesn't show in the comments thread...
I used this:
<?php comments_template('', true); ?>
to display comments on Autofocus 1.0.1 theme pages.
This topic has been closed to new replies.