WP Geo 3.0.9.1

August 1st, 2009

This update has a minor bug fix and adds support for Russian language.

  • Fix for GUnload() and GBrowserIsCompatible() being called when not available/required.
  • Russian language added – translation by Fat Cower.


Creating a mashup page with a Google map of all posts

July 30th, 2009

Map of all posts

Recently, someone left a comment on how to create a mashup page with a map of all your posts. It is something I know a lot of people ask how to do so I have written a ‘how to’ create a map of all posts template tutorial.

Read the rest of this entry »


WP Geo 3.0.9

July 29th, 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');

WP Geo 3.0.8

June 14th, 2009

WP Geo 3.0.8 is another minor update to the plugin.

New features include:

  • Load maps from GeoRSS or KML data
  • Additional Geo Feed control
  • Languages updated and Danish language added

Read the rest of this entry »


WordPress 2.8 and WP Geo

June 11th, 2009

WordPress 2.8 has recently been made available for download.

The current version of WP Geo should be fully compatible with this version of WordPress – if you do experience any problems please post them below.

Future development of the plugin will take advanced of the improved Javascript loading in WordPress 2.8 and the ability to use multiple instances of widgets.