=== WP Get === Contributors: mtinsley Donate link: http://tinsology.net/ Tags: get, url, parameters, uri Requires at least: 3.0 Tested up to: 3.1.3 Stable tag: 1.1 WP Get allows you to display content in posts dynamically, based on URL parameters. == Description == WP Get allows you to display content in posts dynamically, based on URL parameters. You can use the 'get' shortcode to display content depending on whether a particular parameter is or is not set, or what value it is set to. You can use the 'get_param' shortcode to output the value of a parameter. See the [plugin documentation](http://tinsology.net/plugins/wp-get/ "WP Get @ Tinsology.net") to learn how to use this plugin. == Installation == 1. Upload the `wp-get` folder to the `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress 1. Read the [plugin documentation](http://tinsology.net/plugins/wp-get/ "WP Get @ Tinsology.net") == Frequently Asked Questions == = Where can I get help using this plugin, report bugs, or request a new feature? = [Tinsology.net](http://tinsology.net/plugins/wp-get/ "WP Get @ Tinsology.net") == Changelog == = 1.1 = * Updated the plugin to use [esc_html](http://codex.wordpress.org/Function_Reference/esc_html) instead of htmlentities. * Thanks to [Andrew Nacin](http://andrewnacin.com/) for suggesting the change. = 1.0 = * Initial Version