=== geofilter === Contributors: Andreas Schipplock Tags: post, posts, language Requires at least: 2.5.0 Tested up to: 2.5.1 Stable tag: 1.0 Shows only posts and pages regarding the client's language. == Description == This plugin only shows posts and pages that match the client's language. The language is guessed via maxmind's geoip database. How? ---- Just prepend "en#" to your post or page title and all posts or pages matching the countrycode "en" will be displayed to the client. You can configure the behaviour in the settings. == Installation == 1. Unzip the archive in the "/wp-content/plugins/" directory. 2. the plugin directory must be named "geofilter". The plugin expects the "geofilter.php" in "/wp-content/plugins/geofilter/". 3. Activate the plugin through the "Plugins" menu in Wordpress. 4. You can configure the lexicon plugin with the `Settings -> geofilter` page of your adminpanel. == Changelog == * 1.0 : Initial version