WP Geo 3.1.1

Monday, 14th December 2009

A minor update to the WP Geo plugin.

  • Updated Danish, French and German translations.
  • Google Maps locale is set based on WordPress locale.
  • Added template tags wpgeo_longitude() and wpgeo_latitude().

Read the rest of this entry »


WP Geo 3.0.9

Wednesday, 29th July 2009

Some extra features…

You can now add width and height parameters to the categoryMap() function and shortcodes, and the Danish language has been updated.

Shortcode

You can specify either a width or height parameter (or both). If you just enter a number, the width will be set in pixels. You can also specify a percentage as illustrated below:

[wp_geo_map width="50%" height="200"]

Category Map

With the category map function, you can pass width and height arguments as a string:

$wpgeo->categoryMap('width=75%&height=200');