Not working with theme
-
Hi there,
I am trying to use your plugin to override the basic WordPress search in my theme. I read your troubleshooting and tried to delete/edit out the ‘get_query()’ portion in my child theme’s search.php file, but nothing seemed to change (it either stayed as the normal search or returned a fatal error).
Here is the only place in search.php that the call shows up:
// Final query
if ($wp_query->is_search) {
query_posts( array_merge( $args, $wp_query->query) );
}
*/Am I doing this correctly? Thank you in advance!
The page I need help with: [log in to see the link]
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Not working with theme’ is closed to new replies.