<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/tags/wordpress-geo-mashup</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sat, 25 May 2013 04:44:37 GMT</pubDate>
<item>
<title>(PHP) Force Geo Mashup to use a different home URL (add a slash) - cyberhobo</title>
<link>http://snipplr.com/view/67846/force-geo-mashup-to-use-a-different-home-url-add-a-slash/</link>
<description><![CDATA[ <p>Some hosting configurations do uncontrollable redirects and other oddities that play havoc with Geo Mashup maps. Most commonly the home URL redirects improperly unless a slash is added at the end. This code attempts to add the slash just for Geo Mashup. Put it in a theme functions.php or in mu-plugins.</p> ]]></description>
<pubDate>Sun, 21 Oct 2012 02:45:24 GMT</pubDate>
<guid>http://snipplr.com/view/67846/force-geo-mashup-to-use-a-different-home-url-add-a-slash/</guid>
</item>
<item>
<title>(PHP) WordPress Geo Mashup - Plugin to add Map Automatically to Posts - ecksteing</title>
<link>http://snipplr.com/view/66851/wordpress-geo-mashup--plugin-to-add-map-automatically-to-posts/</link>
<description><![CDATA[ <p>The awesome Geo Mashup Plugin for WordPress allows for auto-embedding a map showing the location of the Post, Page etc via Shortcode or adding a line of PHP into the Theme file/s.

The code below, added as a Plugin, will make a map appear at the end of each Post when a Post has Geo data (i.e. will automatically show on Posts when Geo data is defined in the Post).

To use:
1. Save the code below in a file called geo-map-end-post.php
2. Add the file to the /wp-content/plugins directory on your Webhost
3. Activate the new Plugin</p> ]]></description>
<pubDate>Wed, 22 Aug 2012 15:42:54 GMT</pubDate>
<guid>http://snipplr.com/view/66851/wordpress-geo-mashup--plugin-to-add-map-automatically-to-posts/</guid>
</item>
<item>
<title>(JavaScript) WordPress Geo Mashup Mapstraction Custom Markers - cyberhobo</title>
<link>http://snipplr.com/view/64680/wordpress-geo-mashup-mapstraction-custom-markers/</link>
<description><![CDATA[ <p>Some common custom javascript for customizing geo mashup map markers for Mapstraction map providers (any other than Google v2). The marker images used are 24 x 24 pixels, anchored at the bottom center, with no shadow. You'd put images in `wp_content/plugins/geo-mashup-custom/images` to work with this snippet.</p> ]]></description>
<pubDate>Fri, 20 Apr 2012 10:23:34 GMT</pubDate>
<guid>http://snipplr.com/view/64680/wordpress-geo-mashup-mapstraction-custom-markers/</guid>
</item>
<item>
<title>(PHP) Load a javascript library (MarkerWithLabel) in a Geo Mashup map frame template - cyberhobo</title>
<link>http://snipplr.com/view/64303/load-a-javascript-library-markerwithlabel-in-a-geo-mashup-map-frame-template/</link>
<description><![CDATA[ <p>This is very close to the default map frame template that comes with Geo Mashup, but it registers and queues the external library.</p> ]]></description>
<pubDate>Tue, 03 Apr 2012 05:03:36 GMT</pubDate>
<guid>http://snipplr.com/view/64303/load-a-javascript-library-markerwithlabel-in-a-geo-mashup-map-frame-template/</guid>
</item>
<item>
<title>(JavaScript) Load KML attachments for all geo mashup map markers - cyberhobo</title>
<link>http://snipplr.com/view/64271/load-kml-attachments-for-all-geo-mashup-map-markers/</link>
<description><![CDATA[ <p>By default KML is only loaded for a selected marker. This bit of  [custom javascript](http://code.google.com/p/wordpress-geo-mashup/wiki/Documentation#Custom_JavaScript) will load it for all markers.</p> ]]></description>
<pubDate>Sun, 01 Apr 2012 10:43:07 GMT</pubDate>
<guid>http://snipplr.com/view/64271/load-kml-attachments-for-all-geo-mashup-map-markers/</guid>
</item>
<item>
<title>(PHP) Geo Mashup global map of the current category - cyberhobo</title>
<link>http://snipplr.com/view/44389/geo-mashup-global-map-of-the-current-category/</link>
<description><![CDATA[ <p>This code would go in a category template, outside the loop. In a more general template, you'd want to put it inside a check for `is_category()`.</p> ]]></description>
<pubDate>Fri, 19 Nov 2010 03:22:59 GMT</pubDate>
<guid>http://snipplr.com/view/44389/geo-mashup-global-map-of-the-current-category/</guid>
</item>
<item>
<title>(PHP) Geo Mashup post query contextual map - cyberhobo</title>
<link>http://snipplr.com/view/37962/geo-mashup-post-query-contextual-map/</link>
<description><![CDATA[ <p>Geo Mashup contextual maps display the results of a WordPress query, so they can be very useful in combination with the WordPress `query_posts` function. This example maps post with an example tag, but any call to `query_posts` could be substituted. This is code that would go in a WordPress template.</p> ]]></description>
<pubDate>Wed, 28 Jul 2010 02:51:41 GMT</pubDate>
<guid>http://snipplr.com/view/37962/geo-mashup-post-query-contextual-map/</guid>
</item>
<item>
<title>(PHP) Conditional Geo Mashup map template code - cyberhobo</title>
<link>http://snipplr.com/view/29558/conditional-geo-mashup-map-template-code/</link>
<description><![CDATA[ <p>This template code will work only in the WordPress Loop to include a map if the Geo Mashup plugin is active and the current post has a location.</p> ]]></description>
<pubDate>Wed, 10 Mar 2010 15:26:24 GMT</pubDate>
<guid>http://snipplr.com/view/29558/conditional-geo-mashup-map-template-code/</guid>
</item>
<item>
<title>(PHP) Displays users on a map on Wordpress MU and Buddypress - corporate</title>
<link>http://snipplr.com/view/28225/displays-users-on-a-map-on-wordpress-mu-and-buddypress/</link>
<description><![CDATA[ <p>Use this code to display a map of all users on your wordpress blog.</p> ]]></description>
<pubDate>Fri, 12 Feb 2010 03:22:45 GMT</pubDate>
<guid>http://snipplr.com/view/28225/displays-users-on-a-map-on-wordpress-mu-and-buddypress/</guid>
</item>
<item>
<title>(PHP) Global Geo Mashup map centered on current post - cyberhobo</title>
<link>http://snipplr.com/view/28178/global-geo-mashup-map-centered-on-current-post/</link>
<description><![CDATA[ <p>Use this code in a WordPress template with the Geo Mashup plugin (see URL) to include a global map within a post or page, centered on that post or page's location, with marker highlighted.</p> ]]></description>
<pubDate>Thu, 11 Feb 2010 11:53:59 GMT</pubDate>
<guid>http://snipplr.com/view/28178/global-geo-mashup-map-centered-on-current-post/</guid>
</item>
</channel>
</rss>