[Resolved] H1 problems

Home Forums Support [Resolved] H1 problems

Home Forums Support H1 problems

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1219125
    Anna

    Hi check please this is codes. Here all good? beacouse some wronge on site with <H1> tag. https://www.russpuss.ru/

    single.php

    `<?php
    /**
    * The Template for displaying all single posts.
    *
    * @package GeneratePress
    */

    if ( ! defined( ‘ABSPATH’ ) ) {
    exit; // Exit if accessed directly.
    }

    get_header(); ?>

    >
    <main id=”main” <?php generate_do_element_classes( ‘main’ ); ?>>
    <?php
    /**
    * generate_before_main_content hook.
    *
    * @since 0.1
    */
    do_action( ‘generate_before_main_content’ );

    while ( have_posts() ) : the_post();

    get_template_part( ‘content’, ‘single’ );

    // If comments are open or we have at least one comment, load up the comment template.
    if ( comments_open() || ‘0’ != get_comments_number() ) :
    /**
    * generate_before_comments_container hook.
    *
    * @since 2.1
    */
    do_action( ‘generate_before_comments_container’ );
    ?>

    <?php comments_template(); ?>

    <?php
    endif;

    endwhile;

    /**
    * generate_after_main_content hook.
    *
    * @since 0.1
    */
    do_action( ‘generate_after_main_content’ );
    ?>
    </main><!– #main –>

    <!– #primary –>

    <?php
    /**
    * generate_after_primary_content_area hook.
    *
    * @since 2.0
    */
    do_action( ‘generate_after_primary_content_area’ );

    generate_construct_sidebars();

    get_footer();

    #1219126
    Anna

    Thanks for answer.

    #1219346
    David
    Staff
    Customer Support

    Hi there,

    what is the exact problem with the H1 ?

    #1291496
    Anna

    Thanks, I was found solution.

    Kind Regards
    Alena.

    #1291526
    David
    Staff
    Customer Support

    Glad to hear that

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.