Код: Выделить всё
$args = array(
'posts_per_page' => -1,
'post_type' => 'rooms',
);
$the_query = new WP_Query($args);
$categories_posts = array();
if ($the_query->have_posts()) :
while ($the_query->have_posts()) : $the_query->the_post();
//code
Я пытался переместить над запросом, и он отображает нужный мне контент, но он не работает под запросом
п>
Подробнее здесь: https://stackoverflow.com/questions/791 ... he-content
Мобильная версия