Show your store or business or office location at Google map and let your visitor find you easily.
Key Feature
- Easy to use
- Address autocomplete suggestion for visitor
- Show details direction to your address
Using the WordPress dashboard
- Login to admin panel
- Go to Plugins
- Select Add New
- Search Our Geolocation
- Select Install Now
- Select Activate Plugin
- Click "Direction to Us" tab enter your location
Manual
- Download the plugin and extract the files
- Upload the directory "our-geolocation" to your wp-content/plugins/ directory
- Activate the plugin through the 'Plugins' menu in WordPress
- Check the "Geolocation" Tab created by this plugins for manage options
Use shortcode [our-geolocation]
Use WordPress function "do_shortcode" for use in template or theme PHP file.
<?php echo do_shortcode( '[our-geolocation]' ); ?>