correct concurs limit
This commit is contained in:
@@ -4,6 +4,7 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
get_header();
|
get_header();
|
||||||
$nn = 0;
|
$nn = 0;
|
||||||
$ids = [];
|
$ids = [];
|
||||||
@@ -23,7 +24,8 @@ $current_cat_id = $category->term_id;
|
|||||||
|
|
||||||
$part_args = [
|
$part_args = [
|
||||||
'category__in' => $current_cat_id,
|
'category__in' => $current_cat_id,
|
||||||
'posts_per_page' => 22
|
'posts_per_page' => 4,
|
||||||
|
'paged' => $paged
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
@@ -491,6 +491,12 @@ function citata_title($percon){
|
|||||||
return $result;
|
return $result;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# helper find perevod author
|
# helper find perevod author
|
||||||
function find_perevod($post_id){
|
function find_perevod($post_id){
|
||||||
|
|||||||
Reference in New Issue
Block a user