Upgraded to WordPress 6.0 and have issues? Please check the hotfix which you need to apply.

Okay
  Public Ticket #1651246
Double h1 tag
Closed

Comments

  •  1
    Onur tarakci started the conversation

    Hello!

    When i am posting blog post, there is double h1 tags. How can i remove them?

    Thank you

    Best regards

  •  104
    FlexiPress replied

    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

  •  1
    Onur tarakci replied

    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.

  •  104
    FlexiPress replied

    Then 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