FacetWP
…determine when to show the product search results page. FacetWP Relevanssi integration 0.7.3 unsets the post_type parameter to use the Relevanssi-specific post_types parameter, but the theme doesn’t understand that. The fix for this is to reset the post_type parameter. Add this to your site: add_action( ‘pre_get_posts’, function( $query ) {…
Read more FacetWP 0 Comment on FacetWP