![macos](https://habrastorage.org/r/w120/webt/67/52/b8/6752b817b7096901312037.jpeg)
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(); ?>