Skip to content

Instantly share code, notes, and snippets.

@braddalton
Last active March 26, 2017 12:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save braddalton/52e8e81741d8e75fe31aaa1ebfe741be to your computer and use it in GitHub Desktop.
Save braddalton/52e8e81741d8e75fe31aaa1ebfe741be to your computer and use it in GitHub Desktop.
Search Filter Sort by category, tag post format & custom taxonomy terms https://wpsites.net/web-design/genesis-users-grid-with-search-filter/
add_action( 'genesis_loop', 'search_sort_filter', 5 );
function search_sort_filter() {
echo do_shortcode( '[searchandfilter taxonomies="search,category,post_tag,post_format,features"]' );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment