=== Plugin Name === Contributors: rianrietveld Donate link: http://www.rrwd.nl/contact Tags: google maps, address, meta-data, geo coordinates, custom fields, rrwd Requires at least: 1.0 Tested up to: 3.01 Stable tag: 3.01 Show a Google Map with your post or page, simply by adding the address into the custom field ‘address’. == Description == Add a Google map, with marker to a post or page, using the custom files to add the address. Just add the address in the format 'streetname number, postal code, city, country' into a custom field called 'address' and the map will be added to the page or post. The map is displayed in a div with the id #map_canvas. This div can be integrated in your theme in the single.php and page.php, where every you want. The size and margins of the Google map are adjustable via the function call or via the stylesheet. For support and discussion see: http://blog.rrwd.nl/2010/09/07/rrwd-single-google-map-wordpress-plugin == Installation == 1. Upload `rrwd-single-google-map.php` to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Add '' to the template files single.php and page.php within the loop. e.g. Or leave empty if you want define the style of #map_canvas in the stylesheet, in style.php e.g: #map_canvas { width: 500px; height: 400px; padding: 20px 0 20px 0; margin: 0; } == Screenshots == screenshot-1.jpg screenshot-2.jpg == Frequently Asked Questions == = I don't see the map = Check if you have the style filled out in the function call, like: Or check if you have defined the style into your stylesheet like: #map_canvas { width: 500px; height: 400px; margin: 10px 0 10px 0; } No style, no map. == Upgrade Notice == = 0.1 = * First release == Changelog == = 0.1 = * First release = 0.1 = * First release