plugin-icon

No Sub-Category Posts in Loops

作者:Glenn Ansley·
Once activated, only posts from the current category are displayed in your loop (no posts from sub cats).
评级
5
版本
0.4
活跃安装
100
最后更新
Nov 19, 2015

Once activated, only posts from the current category are displayed in your loop (no posts from sub cats). That’s all it does. No options. If you find you need options, let me know and I’ll build them into it.

As of 0.4 I remove the filter after the main query is built so that it doesn’t interfere with widgets. If you have a custom query or call wp_query on a category archive template, you’ll need to add and remove the filters before and after your query. Below is an example of how to do this if you use wp_query. Again, this is not necessary unless you have modified queries in a template file.

add_filter( 'posts_where', 'ft_nscp_mod_where' ); query_posts( array( 'your-custom' => 'args' ) ); remove_filter( 'posts_where', 'ft_nscp_mod_where' );

Its important that you remove what you add.

免费使用Business套餐
通过安装,您同意 WordPress.com 服务条款第三方插件条款
目前已测试版本
WordPress 4.4.34
这个插件是可用的下载,适用于您的站点。