correct concurs limit
This commit is contained in:
@@ -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
|
||||
|
||||
];
|
||||
|
||||
|
||||
@@ -492,6 +492,12 @@ function citata_title($percon){
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# helper find perevod author
|
||||
function find_perevod($post_id){
|
||||
|
||||
|
||||
Reference in New Issue
Block a user