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
1 |
endwhile; |
Add
1 |
if (("open" == $post->comment_status)) { comments_template(); } |
Wed, Nov 25, 2009
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
1 |
endwhile; |
Add
1 |
if (("open" == $post->comment_status)) { comments_template(); } |
December 12th, 2009 at 6:28 am
thnx that was really useful
December 12th, 2009 at 10:42 pm
Glad you found it useful.