Last active
January 26, 2018 15:04
-
-
Save grola/c86fdb19b6e03d9c63944b011235a56e to your computer and use it in GitHub Desktop.
Add category to posts search
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/* search by category */ | |
new studiowp_search_by_taxonomy( 'category' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use with this gist