Answer the question
In order to leave comments, you need to log in
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
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question