cyberhobo / wp-geo-mashup-search

DEPRECATED This functionality is included in Geo Mashup 1.5! No need for a separate plugin any more, you'll get an error if you try to install both.
5 stars 1 forks source link

Geo Mashup Search

Originally created as an add-on to the Geo Mashup plugin, this functionality was incorporated into the plugin as of 1.5 Beta 1.

Description

The widget is a small search form for posts near a text location with optional category menu and radius menu.

Metric or US units can be selected.

Templates are used to allow customization of the widget form and search results.

Requires Geo Mashup 1.3.x or higher and PHP 5.

"Find Me" button requires Geo Mashup 1.4.6 or higher and uses geoPlugin.

Translations

Frequently Asked Questions

Error on activation: "Parse error: syntax error, unexpected T_CLASS..."

Make sure your host is running PHP 5. Add this line to wp-config.php to check:

var_dump(PHP_VERSION);