从WP_QUERY中排除子帖子

时间:2011-08-04 作者:Lee Peterson

如何使用wp\\u查询排除子帖子?考虑到以下架构:

父1子1我只想返回父1和父2,不包括子1、2、3和4。

我到处寻找这个问题的答案。没有任何表面。

1 个回复
SO网友:Scott

使用\'post_parent\' => 0 在WP\\U查询中,仅返回父帖子

结束

相关推荐

Taxonomy filter all children

我有一个自定义分类过滤器,它将过滤选定分类中的所有页面。我希望代码能够选择该分类法中的页面,以及千页的子页面。这是密码。add_action(\'restrict_manage_posts\', \'restrict_manage_posts_section\'); function restrict_manage_posts_section() { global $post_type; if ( is_object_in_taxonomy( $post_t