Commit 2b82898c authored by Simonas's avatar Simonas

release 0.0.23

parent 3b7baa9e
......@@ -3,7 +3,7 @@ global $query_string;
wp_parse_str( $query_string, $searchQuery );
if ( is_search() ) :
if ( is_search() && !isset($_GET['pg']) ) :
if ( $searchQuery['city'] && !$searchQuery['s'] ) :
$term = get_term_by( 'name', $searchQuery['city'], 'city' );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment