Tag: How to Show parent page title even on child page

How to Show parent page title even on child page

February 5, 2010 | Filed Under PHP, Wordpress | Comments Off
<?php
if($post->post_parent)   {
    $parent_title = get_the_title($post->post_parent);
    echo $parent_title;
}  else {
   wp_title('');
}
?>
Article written by admin

© PHPInterviewQuestion.com 2009 - 2012

eXTReMe Tracker