=== URL Parameter Shortcode === Contributors: RedBMedia Tags: shortcode, url, parameter, query Requires at least: 2.5 Tested up to: 4.0 Stable tag: 1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html A shortcode to display the value of a parameter in a URL query string. == Description == A shortcode to display the value of a parameter in a URL query string. Lets say that you have a URL like so: http://joehall.me/thank/?fname=John and you want to print the value for “fname” in the text of the page. Then all you need to do is install this plugin and use the following shortcode where ever you’d like to print that value: [parameters q="fname"] == Installation == 1. Upload the directory: `/parameters-shortcode/` to the `/wp-content/plugins/` directory. 1. Activate the plugin through the 'Plugins' menu in WordPress == Changelog == = 1.0 = * First stable version.