Support

Account

Home Forums Front-end Issues Get posts where meta_query Google Map address['street_name'] is… Reply To: Get posts where meta_query Google Map address['street_name'] is…

  • Got it to work by

    $meta_query[] = array(
                            array(
                                'key'         => 'eventlocation',
                                'value'       => $_GET["location"],
                                'compare'     => 'LIKE',
                            ),
                        );