php facetwp自定义排序方面

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php facetwp自定义排序方面相关的知识,希望对你有一定的参考价值。

/**
 * custom sort order for a facet, this orders by facet_display_value but facet_value could also be used
 **/
add_filter( 'facetwp_facet_orderby', function( $orderby, $facet ) {
	if ( 'colors' == $facet['name'] ) { // change colors to the name of the facet
		$orderby = "FIELD(f.facet_display_value, 'Blue','Green','Red', 'Gray')";
	}
	return $orderby;
}, 10, 2 );

以上是关于php facetwp自定义排序方面的主要内容,如果未能解决你的问题,请参考以下文章

php facetwp自定义范围和滑块的自定义起点

php facetwp自定义滑块格式

php FacetWP - 自定义地图标记

php facetwp自定义地图

php facetwp自定义图像大小

php FacetWP自定义寻呼机