=== $_GET Getter === Contributors: Andy Stramer, Daniel Watrous Donate link: http://serversideguy.com Tags: $_get variable, $_GET variable, get variable, variable, $_GET, $_get, $_POST, query string Requires at least: 2.0.2 Tested up to: 2.1 Stable tag: trunk Nice and simple plugin that displays a given query string variable == Description == Where ever you want your 'get' variable to appear just type [get querystringkey]. So if your url is http://www.yoursite.com/apageorpost?thevariable=success, get the 'success' by typing [get thevariable] where you want it in your content. Simple as that! == Installation == This section describes how to install the plugin and get it working. 1. Upload 'getter.php to the '/wp-content/plugins/' directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Place '[get Whatevervariablekeyyouhave]' in your pages or posts == Frequently Asked Questions == = How do I get my Variable to show up? = Just type "[get Whatevervariablekeyyouhave]" anywhere in your content you want it to appear. = Can I have multiple variables display on one page? = Yes, In the latest release you can have unlimited query string variables