/ Published in: PHP
URL: http://www.instantshift.com/2009/12/08/22-latest-exceptional-wordpress-hacks/
Expand |
Embed | Plain Text
<?php if($post->post_parent) { $parent_title = get_the_title($post->post_parent); echo $parent_title; } else { wp_title(''); } ?>
You need to login to post a comment.
