Skip to content

Instantly share code, notes, and snippets.

@juanfra
Created January 2, 2015 11:50
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save juanfra/72c242ec4c4b35263055 to your computer and use it in GitHub Desktop.
Save juanfra/72c242ec4c4b35263055 to your computer and use it in GitHub Desktop.
flatbase-search-post-type.php
function nice_livesearch_add_post_type( $post_types ){
$post_types[] = 'post';
return $post_types;
}
add_filter( 'nice_live_search_post_type', 'nice_livesearch_add_post_type' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment