relevanssi_orderby | relevanssi_order
-
Hi Mikko,
im trying to filter results alphabetically by post title. I read the documentation and using the string
add_filter( ‘relevanssi_orderby’, function( $orderby ) { return ‘post_title’; } );
add_filter( ‘relevanssi_order’, function( $order ) { return ‘asc’; } );
But nothing happen.Any suggestions ?
Kind regards,
Antonio
The page I need help with: [log in to see the link]
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- You must be logged in to reply to this topic.