badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Page Title

#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.