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: How to apply H1 to the header of a post or page?

#28581

Hi SMW,

We fixed that blank h1 page-title tag in pro version but missed to update in free version.
We will update it in next version. For now if you are using free version then go to theme folder-> library-> structure-> header-extension.php on line no 236 you will find this below code. Remove this below code
<h1 class="page-title"><?php echo attitude_header_title(); ?></h1><!-- .page-title -->
and paste this below code

if( '' != attitude_header_title() ) {?>
<h1 class="page-title"><?php echo attitude_header_title(); ?></h1><!-- .page-title -->
<?php } ?>

If there is any issue/ confusion then let us know and thanks for addressing the issue in free version!

Thank you!