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
[code][/code]
Add
[code]comment_status)) { comments_template(); } ?>[/code]
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
[code][/code]
Add
[code]comment_status)) { comments_template(); } ?>[/code]
Leave a Reply |
Glad you found it useful.
|
thnx that was really useful
|