I am wondering if it is possible to have comments posted on a page rather than using comment pop-ups. It is, I would appreciate someone telling me how to do this. I am using version 2.0.2
Thank you.
I am wondering if it is possible to have comments posted on a page rather than using comment pop-ups. It is, I would appreciate someone telling me how to do this. I am using version 2.0.2
Thank you.
That's a setting in your theme! Not in WP.
Anyway, open the header.php file of your theme and find this line:
<?php comments_popup_script(); // off by default ?>
comment it out, i.e. make it like:
<?php //comments_popup_script(); // off by default ?>
(notice the //)
You are good to go.
Do you want the comments to show up underneath all of your posts, or do you want them to open up in the browser itself?
I think I want them to show up under my posts. My blog is in the top search results on Google, but I would like the comments to be help and be searchable.
FSM's question doesn't really make sense...
Just do what I suggested above and every post will have its comments under the content on the single post view.
This topic has been closed to new replies.