Код: Выделить всё
$args = array('post_type' => 'financial_news', 'tax_query' => array( array ( 'taxonomy' => 'news_category', 'field' => 'slug', 'terms' => 'pakistan' ) ), 'posts_per_page' => '7');
$query = new WP_Query($args);
if ( $query->have_posts()) :
$count = 0;
while( $query->have_posts()) : $query->the_post();
как мне это сделать?
Подробнее здесь: https://stackoverflow.com/questions/221 ... -post-type
Мобильная версия