add readated in pages

This commit is contained in:
argoexpert press
2026-03-05 22:37:13 +03:00
parent f99899e53e
commit 6c1bf9cbf3
27 changed files with 279 additions and 113 deletions

View File

@@ -42,7 +42,7 @@ $has_video = ($current_category->slug === 'opinion') ? true : false;
// Это подрубрика - выводим только её посты
$args = array(
'post_type' => 'post',
'posts_per_page' => 14,
'posts_per_page' => 12,
'paged' => $paged,
'category__in' => array($current_category->term_id)
);