My Geo Posts Free

plugin banner

Display geo location data of visitor like city, state, country almost anywhere on site.

Author:Mindstien Technologies (profile at wordpress.org)
WordPress version required:3.0
WordPress version tested:4.0.30
Plugin version:1.2
Added to WordPress repository:19-04-2013
Last updated:13-09-2014
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:74
Rated by:6
Plugin URI:http://www.mindstien.com/
Total downloads:3 946
Active installs:30+
plugin download
Click to start download

My Geo Posts Free plugin uses IpInfoDb and/or geoPlugin’s service to get geolocation data of visitor’s ip address. It save location data in visitors browser cookies to save number of api calls.

How to use My GEO Post Free Plugin ?

Use following shortcodes almost anywhere in WordPress, ie. Title/Content of WordPress post/page/widget etc.. Within a title or within a content itself, just copy paste following 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

You can also add default value when geo data is not available i.e.

  • [mygeo_city default='Your City']

To directly display data using PHP code in template files itself, you can use following php code by replacing SHORTCODE with any of the above code.

<?php echo do_shortcode('SHORTCODE'); ?>

Hire plugin author for your WordPress Development.

Visit official website for this plugin at Mindstien Technologies.


FAQ
ChangeLog