add readated in pages
This commit is contained in:
@@ -1,30 +1,74 @@
|
||||
<?php get_header( 'rfo' ); ?>
|
||||
|
||||
<div class="content-middle articles-wrapper">
|
||||
<?php get_template_part('partials/rubrics-mobile'); ?>
|
||||
<div class="section-title desktop">
|
||||
<?php
|
||||
if (is_category()):
|
||||
$category = get_the_category();
|
||||
$title = !empty($category) ? $category[0]->name : get_the_title();
|
||||
?>
|
||||
<h1 class="section-title__title"><?= $title ?></h1>
|
||||
<h1><?php post_type_archive_title(); ?></h1>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
<div class="articles-preview">
|
||||
<?php
|
||||
$paged = (get_query_var('paged')) ? absint(get_query_var('paged')) : 1;
|
||||
$args = array(
|
||||
'post_type' => 'spravochniki',
|
||||
'posts_per_page' => 10,
|
||||
'paged' => $paged
|
||||
);
|
||||
$query = new WP_Query($args);
|
||||
<div class="content-rfo">
|
||||
|
||||
<?php get_template_part( 'spravochniki/breadcrumbs' );?>
|
||||
|
||||
<h1 class="rfo__rubric">Справочники</h1>
|
||||
|
||||
<div class="articles-columns-rfo">
|
||||
|
||||
<div class="article-item-wrapper__rfo">
|
||||
|
||||
?>
|
||||
<?php //get_template_part('partials/post-list', null, ['query' => $wp_query]); ?>
|
||||
<div class="article-item-rfo">
|
||||
<div class="sparavochniki-item__image-container">
|
||||
<a href="https://agroexpert.press/spravochniki/category/vrediteli-zapasov/">
|
||||
<img src="https://agroexpert.press/wp-content/uploads/2025/08/bolshoj-muchnoj-hrushhak.jpg" alt="Большой мучной хрущак (Tenebrio molitor L)"> </a>
|
||||
</div>
|
||||
|
||||
<div class="article-item__text">
|
||||
<a href="https://agroexpert.press/spravochniki/category/vrediteli-zapasov/" class="subtitle-16 article-item__link">Вредители запасов</a>
|
||||
</div>
|
||||
<div class="article-rfo-details">
|
||||
<div class="article-rfo-details-text"><a href="https://agroexpert.press/spravochniki/category/vrediteli-zapasov/">Подробнее</a></div>
|
||||
<div class="article-rfo-details-icon"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="article-item-wrapper__rfo">
|
||||
|
||||
<div class="article-item-rfo">
|
||||
<div class="sparavochniki-item__image-table">
|
||||
<a href="https://agroexpert.press/spravochniki/category/pesticidy/">
|
||||
<img src="https://agroexpert.press/wp-content/uploads/2025/10/table3-400x252.jpg" alt="Пестициды - справочник">
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div class="article-item__text">
|
||||
<a href="https://agroexpert.press/spravochniki/category/pesticidy/" class="subtitle-16 article-item__link">Пестициды</a>
|
||||
</div>
|
||||
<div class="article-rfo-details">
|
||||
<div class="article-rfo-details-text"><a href="https://agroexpert.press/spravochniki/category/pesticidy/">Подробнее</a></div>
|
||||
<div class="article-rfo-details-icon"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="article-item-wrapper__rfo">
|
||||
|
||||
<div class="article-item-rfo">
|
||||
<div class="sparavochniki-item__image-table">
|
||||
<a href="https://agroexpert.press/spravochniki/category/agrochemicals/">
|
||||
<img src="https://agroexpert.press/wp-content/uploads/2025/10/udobreniya-kompleksnye-mineralnye-npk-s-400x309.jpg" alt="Удобрения комплексные минеральные NPK С"> </a>
|
||||
</div>
|
||||
|
||||
<div class="article-item__text">
|
||||
<a href="https://agroexpert.press/spravochniki/category/agrochemicals/" class="subtitle-16 article-item__link">Агрохимикаты</a>
|
||||
</div>
|
||||
|
||||
<div class="article-rfo-details">
|
||||
<div class="article-rfo-details-text"><a href="https://agroexpert.press/spravochniki/category/agrochemicals/">Подробнее</a></div>
|
||||
<div class="article-rfo-details-icon"></div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<?php //custom_pagination(); ?>
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
<?php get_footer( 'rfo' ) ; ?>
|
||||
|
||||
<?php get_footer( 'rfo' ); ?>
|
||||
Reference in New Issue
Block a user