WP Geo Updates...

WP Geo 3.2.3

Sunday, 6th February 2011 at 5:11 pm | 13 Comments »

Another little update to WP Geo…

  • If markers image files aren’t in uploads folder, default to using the ones in the plugin folder.
  • Fix for post settings being overwritten when using quick edit.
  • Added extra attributes to ‘wpgeo_mashup’ shortcode.
  • Added extra style fix for background image colours.
  • Updated Italian language files.

Auto-upgrade within your WordPress admin or download it here…

WP Geo 3.2.2

Sunday, 23rd January 2011 at 1:55 am | 5 Comments »

Little update to WP Geo…

  • Added ‘wpgeo_mashup’ shortcode. props RavanH.
  • Added align attribute to shortcode.
  • Try to fix themes with image background colours.
  • get_wpgeo_map() now accepts width and height arguments.

Auto-upgrade within your WordPress admin or download it here…

WP Geo 3.2.1

Saturday, 27th November 2010 at 12:39 am | 4 Comments »

WP Geo 3.2.1 which fixed a few key issues.

The following key issues and fixes are listed below in more detail:

  • Fixed longitude and latitude shortcodes
  • Markers or map not showing
  • Map tiles distorted or grey stripes in map
  • ‘wpgeo_markers’ filter not working
  • Category map markers all displaying the same tooltip title

Read the rest of this entry »

How to integrate Wikitude with WordPress

Thursday, 4th November 2010 at 7:53 pm | Comment on this entry »

Robert Harm has written a tutorial how to show you how you can use your self-hosted WordPress installation together with the WP Geo plugin in order to dynamically display your geo-tagged posts or pages on the Wikitude World Browser.

Read the tutorial…

How to create a custom marker image for WP Geo

Monday, 19th July 2010 at 8:05 pm | 22 Comments »

Since the 3.2 release of WP Geo it is possible to easily add new marker icons via a filter, either in your theme’s functions.php file or as a plugin.

I would suggest that if you are creating a marker icon specifically for your theme you add it your theme’s functions.php file. However, it is possible to create a set of markers packaged in a single plugin – ideal if you want to share your icons by releasing them on the WordPress plugin repository. If you do this please tag it as ‘wp-geo’ to make it easier to find in the plugin repository.

Read the rest of this entry »