It really annoyed me that my static pages didn’t have comments enabled, so I searched around and came up with a solution.
Open page.php
Before
<?php endwhile; ?>
Add
<?php if (("open" == $post->comment_status)) { comments_template(); } ?>
It really annoyed me that my static pages didn’t have comments enabled, so I searched around and came up with a solution.
Open page.php
Before
<?php endwhile; ?>
Add
<?php if (("open" == $post->comment_status)) { comments_template(); } ?>
Leave a Reply |
Glad you found it useful.
|
thnx that was really useful
|