post_parent) { include (TEMPLATEPATH . '/page-mysubpagetemplate.php'); // Name this for your child page template name exit(); } else { // Do something else // You might want to stick your regular page.php code in here, or alternatively, you could call another template }; ?>