View difference between Paste ID: DSMhPi0f and 7mGmbEFU
SHOW: | | - or go back to the newest paste.
1-
<?php if (is_child("Ministries") && is_page("Youth")) { ?>
1+
<?php if (is_child("people") && is_page("tom")) { ?>
2
	echo "Something";
3
<?php } else { ?>
4
	echo "Something Else";
5
<?php } ?>