Display title of parent & sub page
-
How to display title of Parent Page & Sub Page in same time?
Example Snippet
<?php global $post; // if outside the loop if ( is_page() && $post->post_parent ) { // Show Parent Title & Sub Title here } else { // Show Parent Title } ?>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Display title of parent & sub page’ is closed to new replies.