ھي پلگ ان WordPress جي جديد 3 وڏين رليزز سان آزمايو نه ويو آھي. اهو ٿي سگهي ٿو وڌيڪ برقرار يا سپورٽ نه ٿي سگهي ۽ ٿي سگهي ٿو مطابقت جا مسئلا جڏهن ورڈپریس جي وڌيڪ تازي ورزن سان استعمال ڪيو وڃي.

My Geo Posts Free

وضاحت

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.

انسٽاليشن

  1. Upload plugin-name.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. 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

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'); ?>

FAQ

How accurate the location data are ?

The accuracy of geo location data purely depends on the geoip service providers, i.e. IpInfoDb and GeoPlugin

جائزا

ھن پلگ ان لاءِ ڪي به رايا ناھن.

تعاون ڪندڙ & ڊولپرز

“My Geo Posts Free” اوپن سورس سافٽ ويئر آهي. ھيٺين ماڻھن ھن پلگ ان ۾ حصو ورتو آھي.

تعاون ڪندڙ

ترجمو ڪريو “My Geo Posts Free” توهان جي ٻولي ۾.

ڊولپمينٽ ۾ دلچسپي؟

ڪوڊ براؤز ڪريو، چيڪ ڪريو SVN مخزن، يا رڪنيت حاصل ڪريو ڊولپمينٽ لاگ پاران RSS.

لاگ تبدیل ڪريو

1.2: Option of default value in shortcode is added.
1.1: Plugin updated to use geodata from ipinfodb and geoplugin services.
1.0: New plugin launched.