Advertisement
Guest User

Code

a guest
Feb 1st, 2013
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <?php if (is_child("people") && is_page("tom")) { ?>
  2.     echo "Something";
  3. <?php } else { ?>
  4.     echo "Something Else";
  5. <?php } ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement