Want to show Parent as title and child as subtitle on child pages
-
How do I show both the Parent and Child titles on Child pages?
Here is what I want to do:
Let’s say the parent page is About Us, and the child page is Mission. On the Mission page, I want to see the following:
About Us {in h1}
Mission {in h2}This is what is currently in my pages.php file:
‘<title><?php wp_title(‘«’, true, ‘right’); ?> <?php bloginfo(‘name’); ?></title>
<?php
wp_head();
?>’Thanks!!!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Want to show Parent as title and child as subtitle on child pages’ is closed to new replies.