Top Stories
array(
array(
'key'=>'leixing',
'value'=>'toutiao',
'compare'=>'LIKE'
)
),
'post__not_in' => get_option('sticky_posts'),
//lunbo toutiao tuijian
//'cat' => $catid01,//指定分类数组
'showposts' =>3,
);
$m=1;
$query = new WP_Query( $args );
while ($query->have_posts()) : $query->the_post(); ?>