DarrenTurpin
MemberForum Replies Created
-
If you just want to prevent the ‘Leave a Reply’ section showing up on all Pages on your site, but make sure it still shows up on single Posts, you could do the following:
1) Open comments.php
2) Round about line 34 or so, insert <?php if (is_single() && !is_page()) : ?>
3) At the very end of the file insert <?php endif; ?>
That worked for me.
Viewing 1 post (of 1 total)
