From 189b7822df50f0abb9ac51fb28829e20667a37bc Mon Sep 17 00:00:00 2001 From: argoexpert press Date: Mon, 2 Jun 2025 10:41:32 +0300 Subject: [PATCH] correct intreview --- category-forest.php | 2 +- category-interviews.php | 5 ++++- content-about.php | 7 +++++++ sidebar-left.php | 8 ++++++-- 4 files changed, 18 insertions(+), 4 deletions(-) diff --git a/category-forest.php b/category-forest.php index c547415..7f7857d 100644 --- a/category-forest.php +++ b/category-forest.php @@ -22,7 +22,7 @@ $args = [ 'post_type' => 'post', 'post_status' => 'publish', 'paged' => $paged, - 'posts_per_page' => get_option('posts_per_page'), + 'posts_per_page' => 13, 'ignore_sticky_posts' => true, 'no_found_rows' => false // Обязательно для пагинации! ]; diff --git a/category-interviews.php b/category-interviews.php index e0c7615..c3eca80 100644 --- a/category-interviews.php +++ b/category-interviews.php @@ -25,12 +25,15 @@ $formatted_date = format_event_date(); ?>
+
- + +
+
diff --git a/content-about.php b/content-about.php index fab7b6f..e4547cb 100644 --- a/content-about.php +++ b/content-about.php @@ -90,6 +90,13 @@ 'image' => 'https://agroexpert.press/wp-content/uploads/2024/07/seseg-zhigzhitova.jpg' ], + '16' => [ + 'name' => 'Богдан Чайковский', + 'position' => 'Автор', + 'image' => 'https://agroexpert.press/wp-content/uploads/2025/06/ed_chaikovsky.jpg' + ], + + ];?> diff --git a/sidebar-left.php b/sidebar-left.php index 20ceb82..af89aa8 100644 --- a/sidebar-left.php +++ b/sidebar-left.php @@ -19,8 +19,6 @@ if ( in_category('interviews') ) { } else { get_template_part('partials/latest-interview-post'); } - -get_template_part('partials/forest-informer'); ?> @@ -35,13 +33,19 @@ get_template_part('partials/forest-informer'); + + + + + +