Skip to content

Instantly share code, notes, and snippets.

@jchristopher
Created April 2, 2014 00:47
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save jchristopher/9925992 to your computer and use it in GitHub Desktop.
Enable matching any word within a taxonomy term in the Term Archive Priority SearchWP extension
<?php
add_filter( 'searchwp_tax_term_or_logic', '__return_true' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment