I am using Column post to create 2 columns in my homepage and I display posts by category on each column. I noticed that if I enable the comments option for the post (for people to make comments) then I get the option to make comments on my homepage. Is there a way to enable comments on the post’s page but not on the homepage?
There are two things you can do:
1. You can create your own template for your homepage and don’t include the comments template code: <?php comments_template(); ?>
2. Remove the code: <?php comments_template(); ?> from the php file used as front page.
Regards,
Lebasca
Viewing 1 replies (of 1 total)
The topic ‘Remove comments option’ is closed to new replies.
(@nmlobo)
12 years, 9 months ago
I am using Column post to create 2 columns in my homepage and I display posts by category on each column. I noticed that if I enable the comments option for the post (for people to make comments) then I get the option to make comments on my homepage. Is there a way to enable comments on the post’s page but not on the homepage?
Thanks
http://wordpress.org/plugins/column-posts/