not compatible with search function of my theme
-
hello, i have installed a new theme and when i do search for content i do not get any results, when i deactivate theme my login the results show up.
this is the code in function.php that relates to search
function tgm_cpt_search( $query ) {
if ( $query->is_search && !is_admin() )
$query->set( ‘post_type’, array( ‘page’, ‘post’, ‘movies’ ) );
return $query;
}
add_filter( ‘pre_get_posts’, ‘tgm_cpt_search’ );can i add a code to make the plugin work with my theme please.
thank you for your help and i really like the plugin and do not want to replace it.
all the best
Tony
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘not compatible with search function of my theme’ is closed to new replies.