term_id.'"]');
endif;
if(is_category()):
$cat = get_queried_object()->term_id;
$category = get_category ($cat);
if($category->slug == "columnist"){
#mail("viral@profile.ru","test",$wpdb->last_query);
}
echo do_shortcode('[ajax_load_more cache="true" cache_id="'.wp_is_mobile().crc32('archive-category-category').get_queried_object_id().get_last_id().'" id="category_request" scroll_distance="50" button_label="Загрузить еще" container_type="div" post_type="profile_article,anew" offset="'.(get_option('posts_per_page')).'" posts_per_page="10" category="'.$category->slug.'"]');
endif;
if(is_author()):
echo do_shortcode('[ajax_load_more cache="true" cache_id="'.wp_is_mobile().crc32('archive-category-author').get_queried_object_id().get_last_id().'" id="author_request" scroll_distance="50" button_label="Загрузить еще" container_type="div" post_type="profile_article" offset="'.(get_option('posts_per_page')).'" posts_per_page="10" author="'.get_the_author_ID().'" ]');
endif;
?>
3,
'mid_size' => 3,
'prev_next' => 0,
]
);
?>