macOS
1
Вклад в тег
<?php global $query_string;
$posts = query_posts($query_string.'&posts_per_page=10'); ?>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
/*Содержимое страницы*/
<?php endwhile; endif; ?>
<?php wp_reset_query(); ?>