August 1, 2013 at 10:04 am
#2920
Sanjip Shah
Participant
@mcnutman In the header-extensions.php file, look for this function attitude_header_title. Inside this function, add the following code just above the else condition.
elseif( is_page() ) {
$attitude_header_title = get_the_title();
}
Hope this helps and also use a child theme for this customization so that you won’t lose the changes when you update the parent theme.