Return to Snippet

Revision: 38522
at January 4, 2011 17:03 by fidiz


Initial Code
<?php
if($post->post_parent) {
$parent_title = get_the_title($post->post_parent);
echo $parent_title;
?>

Initial URL


Initial Description


Initial Title
Wordpress: Parent page's title in Subpage

Initial Tags
wordpress

Initial Language
PHP