php facetwp索引只有一种帖子类型

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php facetwp索引只有一种帖子类型相关的知识,希望对你有一定的参考价值。

<?php
/** check the post type and return false if its not the post type we
 ** want to index for this filter 
 **/

add_filter( 'facetwp_index_row', function( $params, $class ) {
	if ( 'collections_filter' == $params['facet_name'] && 'collection' != get_post_type( $params['post_id'] ) ) {
		return false;
	}
	return $params;
}, 10, 2);

以上是关于php facetwp索引只有一种帖子类型的主要内容,如果未能解决你的问题,请参考以下文章

php facetwp索引相关帖子类型中的字段

php facetwp检查帖子类型查询

php facetwp检查帖子类型查询

php facetwp is_home帖子类型

php facetwp索引只有父母

php facetwp索引只有孙子或更深层次的术语