是否有任何选项可以阻止基本网格过滤器上的某些帖子

时间:2019-06-29 16:52:39

标签: wordpress plugins custom-wordpress-pages

我使用了基本的网格插件来过滤我网站上的热门帖子。但是我想隐藏一些帖子。有机会做吗? here is the screenshot of setting area

1 个答案:

答案 0 :(得分:0)

enter image description here

只需使用附加参数

post__not_in=array(Post_id,Post_id)

在数组值上添加/更改帖子ID。