Forums
Forums / Theme: Independent Publisher / remove comments on pages
(@anonymized-9027423)
11 years, 10 months ago
Great theme!
I’m having some trouble finding which piece of code I need to remove from page.php to disable any commenting on pages.
I want to keep it for blog posts, but not pages.
(@raamdev)
Hello,
Here’s the block of code on page.php that you’d need to remove:
page.php
https://github.com/raamdev/independent-publisher/blob/master/page.php#L23-L28
(@afhaque)
11 years, 6 months ago
Hi Raam.
First off, fantastic theme.
But just to follow up on the OP’s question, how would I also remove the “Write a Comment” button as well. Looks like the solution you provided only hides the comments, but not the button itself.
Nvm. Others answered:
http://wordpress.org/support/topic/remove-comments-box-2?replies=4
The topic ‘remove comments on pages’ is closed to new replies.
(@anonymized-9027423)
11 years, 10 months ago
Great theme!
I’m having some trouble finding which piece of code I need to remove from page.php to disable any commenting on pages.
I want to keep it for blog posts, but not pages.