add readated in pages
This commit is contained in:
@@ -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)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user