Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Mindstien Technologies

    (@mindstien)

    To display map, you have to integrate your own map via either custom integration or using other wp plugin, this plugin can help you insert the visitors location to that map via shortcode as below…

    <?php echo do_shortcode(‘SHORTCODE’); ?>

    shortcodes:

    [mygeo_city] // to display City name
    [mygeo_country_code] // to display Country Code
    [mygeo_country_name] // to display Country Name
    [mygeo_region] // to display state / region name
    [mygeo_latitude] // to display latitude of the visitors location
    [mygeo_longitude] // to display longitude of the visitors location
    [mygeo_postal_code] // to display postal code if available

    Hmm…any way to get this to redirect to a particular city? Can you modify the plugin so it accepts a city and and if the user is surfing from that city, the plugin does a redirect as specified?

    [mygeo_city ifstate=”nevada” ifcity=”lasvegas” redirect=”https://ulr.com/lasvegas%5D

    I appreciate the consideration…

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Display a Map’ is closed to new replies.