=== Posts map === Contributors: Luca De Cristofano Donate link: Tags: postsmap, page, pages, shortcode, short code, map, post location Requires at least: 2.7.0 Tested up to: 3.0 Stable tag: 0.1.2 Adds an map with post icon located at coordinates specified in customfield "location" of post. == Description == This plugin use a short tag [posts-map] to add a grilled image in a post. In grid you can locate a linkable icon for a post adding a customfield "location" on linked post. You can personalize a post icon with custom field "map_icon" on post. Usage : [posts-map image='image_url' rows=10 cols=15 name='map_name']Map Title[/posts-map] where : image : url to image fo map rows : number of rows to slice the image cols : number of columns to slice the image name : name of maps (used to add more maps in your blog) Map Title : title writed on top of map To view a port in map named "map_name" you insert a customfield "location" with value "map_name@x-y" and a customfield "icon_map" with url to icon used for a post WARNING : in some browser cell-width is rendered in 16px multiplier, independent of image size. I suggest use image width 16px multiple == Frequently Asked Questions == no question, today == Installation == 1. Copy the entire directory from the downloaded zip file into the /wp-content/plugins/ folder. 2. Activate the "Posts map" plugin in the Plugin Management page. 3. Add the shortcode [posts-map ] to the page(s) of your choice. == Screenshots == I send it speedly == Changelog == 0.1.2 : resolved some cell size problem use style in tag (some template override class-defined style) 0.1.1 : first release