Skip to content

aaronfrey/nearby-locations

Repository files navigation

=== Nearby Locations ===
Contributors: aaronfrey
Donate link: http://paypal.me/AaronFrey
Tags: maps, locations
Requires at least: 3.3
Tested up to: 4.8.1
Requires PHP: 5.6
Stable tag: 1.1.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Add the ability to add locations to a map, based on category, in relation to a single location.

== Description ==

Add the ability to add locations to a map, based on category, in relation to a single location.

== Installation ==

1. Upload `nearby-locations.zip` to the `/wp-content/plugins/` directory
1. Activate the plugin through the 'Plugins' menu in WordPress
1. Enter a valid Google API Key in Locations --> Settings
1. Place `[nearby_locations]` in your post or page or `<?php echo do_shortcode('[nearby_locations]'); ?>` in your templates

== Frequently asked questions ==

= Why is my map not showing on the front end? =

Make sure you have entered a valid Google Map API key on the plugin settings page.

== Screenshots ==

1. Make sure to enter your Google Maps API in Settings.
2. Enter an optional Featured Address that all other locations will be displayed in relation to.
3. Add optional Location Types. Order is the order in which they will be listed on the front end.
4. Enter named Locations and addresses organized by Location Type.
5. Display all addressed on the front end.
6. Or, display any locations in a selected Location Type.

== Changelog ==

= 1.0 =
* Initial release

= 1.1 =
* Added ability to customize map colors from the settings page

= 1.1.1 =
* Properly update options based on current version

== Upgrade notice ==

= 1.0 =
Initial release