abhi045 (January 30th, 2012), coza (November 17th, 2011), riadabdallah (March 26th, 2011)
// check to see if ad is legacy or not and then assemble the map address
if (get_post_meta($post->ID, 'location', true))
$make_address = get_post_meta($post->ID, 'location', true);
else
$make_address = get_post_meta($post->ID, 'cp_street', true) . ' ' . get_post_meta($post->ID, 'cp_city', true) . ' ' . get_post_meta($post->ID, 'cp_region', true) . ' ' . get_post_meta($post->ID, 'cp_country', true);
<p class="btn1">
<input type="hidden" id="cp_country" name="cp_country" value="YOURCOUNTRY">
<input type="submit" name="step1" id="step1" class="btn_orange" value="<?php _e('Continue ››','appthemes'); ?>" />
</p>
abhi045 (January 30th, 2012), coza (November 17th, 2011), riadabdallah (March 26th, 2011)
riadabdallah (March 26th, 2011)
There are currently 1 users browsing this thread. (0 members and 1 guests)