correct concurs limit

This commit is contained in:
arlemp@selectel.ru
2022-02-17 23:55:41 +03:00
parent 33a973daf0
commit fbe69187d2
2 changed files with 9 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
*
*/
get_header();
$nn = 0;
$ids = [];
@@ -23,7 +24,8 @@ $current_cat_id = $category->term_id;
$part_args = [
'category__in' => $current_cat_id,
'posts_per_page' => 22
'posts_per_page' => 4,
'paged' => $paged
];

View File

@@ -491,6 +491,12 @@ function citata_title($percon){
return $result;
}
# helper find perevod author
function find_perevod($post_id){