Add category to posts search
<?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
<?php | |
/* search by category */ | |
new studiowp_search_by_taxonomy( 'category' ); |
This comment has been minimized.
grola commentedJan 26, 2018
Use with this gist