From 6fab76bf4b91536d9d3bb1c5e990d0687a9b4615 Mon Sep 17 00:00:00 2001 From: argoexpert press Date: Sun, 20 Jul 2025 13:59:40 +0300 Subject: [PATCH] correct paginator --- category-rfo.php | 4 ++-- category.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/category-rfo.php b/category-rfo.php index ced70dc..665cf94 100644 --- a/category-rfo.php +++ b/category-rfo.php @@ -12,7 +12,7 @@ $has_video = ($current_category->slug === 'opinion') ? true : false; ?> -
name; ?>
+

name; ?>

slug === 'opinion') ? true : false; ?> $query , 'has_video' => $has_video]); ?>
- + \ No newline at end of file diff --git a/category.php b/category.php index e01978e..aca9c32 100644 --- a/category.php +++ b/category.php @@ -19,6 +19,6 @@ ?> $query]); ?> - + \ No newline at end of file