search feature is not working
Hello folks,
My search feature is not working..
If I only type the location, then the search works, or if I just want to type the job category, then it works. HOWEVER
If I type the location and the job together then the result is "zero". I did research from previous threads and they say to add
php
add_action( 'init', 'jr_clear_my_geolocation_cache' );
// clear cached locations to make sure geolocation changes are applied
function jr_clear_my_geolocation_cache() {
global $wpdb;
now, my question is how do I paste this on my editor?
is it like this:
<?php add_action( 'init', 'jr_clear_my_geolocation_cache' );
// clear cached locations to make sure geolocation changes are applied
function jr_clear_my_geolocation_cache() {
global $wpdb; ?>
however I am not sure how to do this
and another thread said to enable google but nothing changed.
So please help me...
Thank you