Hi Mark
Is there a way to add a field in the simple search for the location which will look in map-country, map-state, map-city and map-zip fields
i know there is the location1 option but that only is for country
i added the code below but that ended up with a 500 error $GLOBALS['custom'][] = array( 'key' => 'map-country', 'value' => strip_tags($_GET['location1']), 'compare'=> '=' ); $GLOBALS['custom'][] = array( 'key' => 'map-state', 'value' => strip_tags($_GET['location1']), 'compare'=> '=' ); $GLOBALS['custom'][] = array( 'key' => 'map-city', 'value' => strip_tags($_GET['location1']), 'compare'=> '=' ); $GLOBALS['custom'][] = array( 'key' => 'map-zip', 'value' => strip_tags($_GET['location1']), 'compare'=> '=' );
$GLOBALS['custom'][] = array( 'key' => 'map-country', 'value' => strip_tags($_GET['location1']), 'compare'=> '=' ); $GLOBALS['custom'][] = array( 'key' => 'map-state', 'value' => strip_tags($_GET['location1']), 'compare'=> '=' ); $GLOBALS['custom'][] = array( 'key' => 'map-city', 'value' => strip_tags($_GET['location1']), 'compare'=> '=' ); $GLOBALS['custom'][] = array( 'key' => 'map-zip', 'value' => strip_tags($_GET['location1']), 'compare'=> '=' );
This reply is for PremiumPress customers only.
1,124
Views
17
Replies
Copyright © 2010-2026 PremiumPress Limited.
Hi Mark
Is there a way to add a field in the simple search for the location which will look in map-country, map-state, map-city and map-zip fields
i know there is the location1 option but that only is for country
i added the code below but that ended up with a 500 error
$GLOBALS['custom'][] = array(
'key' => 'map-country',
'value' => strip_tags($_GET['location1']),
'compare'=> '='
);
$GLOBALS['custom'][] = array(
'key' => 'map-state',
'value' => strip_tags($_GET['location1']),
'compare'=> '='
);
$GLOBALS['custom'][] = array(
'key' => 'map-city',
'value' => strip_tags($_GET['location1']),
'compare'=> '='
);
$GLOBALS['custom'][] = array(
'key' => 'map-zip',
'value' => strip_tags($_GET['location1']),
'compare'=> '='
);
Members Only Content
This reply is for PremiumPress customers only.
Login NowMembers Only Content
This reply is for PremiumPress customers only.
Login NowMembers Only Content
This reply is for PremiumPress customers only.
Login NowMembers Only Content
This reply is for PremiumPress customers only.
Login NowMembers Only Content
This reply is for PremiumPress customers only.
Login NowMembers Only Content
This reply is for PremiumPress customers only.
Login NowMembers Only Content
This reply is for PremiumPress customers only.
Login NowMembers Only Content
This reply is for PremiumPress customers only.
Login NowMembers Only Content
This reply is for PremiumPress customers only.
Login NowMembers Only Content
This reply is for PremiumPress customers only.
Login NowMembers Only Content
This reply is for PremiumPress customers only.
Login NowMembers Only Content
This reply is for PremiumPress customers only.
Login NowMembers Only Content
This reply is for PremiumPress customers only.
Login NowMembers Only Content
This reply is for PremiumPress customers only.
Login Now