conditional for pages/sub-pages
-
I’d like to display a comment form on Sub-Pages only.
I currently have this for my conditional code, (within page.php):<?php if (is_page('7') ) {} else { comments_template(); } ?>
Note: ID 7 is my Parent Page and I don’t want to show the comment form there. It currently works, but is that correct? or can someone show me a better way of writing it?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘conditional for pages/sub-pages’ is closed to new replies.