Revision: 19768
                            
                                                            
                                    
                                        
Initial Code
                                    
                                    
                                                            
                                    
                                        
Initial URL
                                    
                                    
                                                            
                                    
                                        
Initial Description
                                    
                                    
                                
                                                            
                                    
                                        
Initial Title
                                    
                                    
                                                            
                                    
                                        
Initial Tags
                                    
                                    
                                                            
                                    
                                        
Initial Language
                                    
                                    
                                                    
                        at October 30, 2009 09:02 by gd6d
                            
                            Initial Code
<?php
if($post->post_parent) {
    $parent_title = get_the_title($post->post_parent);
    echo $parent_title;
} else {
    wp_title('');
}
?>
                                Initial URL
http://www.wprecipes.com/how-to-show-parent-page-title-regardless-of-what-subpage-you-are-on
Initial Description
Initial Title
How to: Show parent page title regardless of what subpage you are on
Initial Tags
wordpress
Initial Language
PHP