【发布时间】:2015-11-04 14:59:53
【问题描述】:
$posts = query_posts(array('post_type'=>'sedan', 'category'=>'1', 'posts_per_page'=>'4'));
上述查询中的category 参数似乎没有按预期工作。它显示了来自Sedan 帖子类型的所有帖子,但我只想在Sedan post type 中指定带有category ID = 1 的类别。
【问题讨论】:
标签: php wordpress custom-post-type