Comments 1Onur tarakci started the conversationJuly 23, 2018 at 11:55amHello!When i am posting blog post, there is double h1 tags. How can i remove them?Thank youBest regards 104FlexiPress repliedJuly 24, 2018 at 8:21pmHello Onur,Please give us more details where and how this is happening. A screenshot would help us too.Thanks, FlexiPress Support Follow on Envato Facebook Twitter 1Onur tarakci repliedJuly 26, 2018 at 10:21amThis issue is the same in your demo. I think have to remove blog tittle on the top. But you know the best.Thank you for your helpings. 104FlexiPress repliedJuly 26, 2018 at 10:08pmThen to remove or modify blog title you need to edit line 161 of functions.php: <?php echo !empty($title) ? '<h1 class="vu_ph-title">'. esc_html($title) .'</h1>' : ''; ?>to eg. <?php echo !empty($title) ? '<h2 class="vu_ph-title">'. esc_html($title) .'</h2>' : ''; ?>Thanks, FlexiPress Support Follow on Envato Facebook Twitter Sign in to reply ...
Hello!
When i am posting blog post, there is double h1 tags. How can i remove them?
Thank you
Best regards
Hello Onur,
Please give us more details where and how this is happening. A screenshot would help us too.
Thanks,
FlexiPress Support
Follow on Envato Facebook Twitter
This issue is the same in your demo. I think have to remove blog tittle on the top. But you know the best.
Thank you for your helpings.
Then to remove or modify blog title you need to edit line 161 of functions.php:
to eg.
Thanks,
FlexiPress Support
Follow on Envato Facebook Twitter