6ответ(ов) в теме
это код index.php мой темы
<?php get_header(); ?>
<div id="wrap" class="clearfix">
<section id="content" class="primary" role="main">
<?php if ( function_exists( 'themezee_breadcrumbs' ) ) themezee_breadcrumbs(); ?>
<?php if (have_posts()) : while (have_posts()) : the_post();
get_template_part( 'content', 'page' );
endwhile;
endif; ?>
<?php comments_template(); ?>
</section>
<?php get_sidebar(); ?>
<?php get_footer(); ?>
в какое место я должна вставить этот код <?php advanced_pagination(); ?>
Редакции сообщения
12.07.2018 11:24Причина: не указано
12.07.2018 11:24Причина: не указано
12.07.2018 11:25Причина: не указано
Вы не имеете права на публикацию сообщений в этой теме