Broke Relevanssi Premium
-
The search results did not return properly. Had to add this to my functions.php :
add_filter( ‘relevanssi_orderby’, function( $orderby ) {
$orderby = ‘relevance’;
return $orderby;
} );Now working like a charm.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Broke Relevanssi Premium’ is closed to new replies.