Get geo position of ads
Hello,
I'm trying to query all adds and display it on a custom google map.
I using wp_query:
$args = array(
'post_type' => 'ad_listing',
);
... i get all adds it'ok but i need the geo LAT and LONG to place it on my map.
$locationLat = ...
$locationLong = ...
I saw this but i dont know how to make it works:
cp_get_geocode( $post_id, $cat = '' )
or
appthemes_get_coordinates( $post_id, $fallback_to_zero = true )
Can somebody helps?
Best
V.