How to turn off PAGE comments?
-
Hi,
I’m trying to turn off page comments on one of my sites, but permit blog post comments. In the past, I’ve done this by commenting out this bit of php:
<?php comments_template( '', true ); ?>
Thusly:
<?php// comments_template( '', true ); ?>
in my theme’s page.php. I’m not sure what line in Make’s page.php corresponds roughly to this, however. Does anyone know how to disable page comments in this theme?
Regards,
Peyton
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘How to turn off PAGE comments?’ is closed to new replies.