B
B
bossigorxxx2020-11-16 13:47:48
gulp.js
bossigorxxx, 2020-11-16 13:47:48

How to fix the site?

Changed the permalinks... I'm watching as an admin. everything has changed ... I look like a guest on the main page and in the categories of crooked links. Cache is disabled. all links must be in html at the end. I provide the template below:

<main id="main" class="site-main">

        <?php if ( have_posts() ) : ?>

          <?php if ( is_home() && ! is_front_page() ) : ?>
            <header>
              <h1 class="page-title screen-reader-text"><?php single_post_title(); ?></h1>
            </header>
          <?php endif; ?>

                <?php if ( 'top' == $wpshop_core->get_option( 'structure_home_position' ) ) get_template_part( 'template/home', 'content' ); ?>

                <?php echo '<div class="post-boxes">'; ?>

          <?php while ( have_posts() ) : the_post(); ?>

            <?php get_template_part( 'template/content', get_post_format() ); ?>

          <?php endwhile; ?>

          <?php echo '</div><!--.post-boxes-->';

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
mahmudchon, 2020-11-16
@bossigorxxx

WP Rocket is not disabled.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question