Qstring-parameter Wordpress Plugin - Rating, Reviews, Demo & Download
Plugin Description
Sometimes wordpress developers need to pass values through PHP’s GET method. For example, you need to pass your name to another page by GET method like
http://yoursite.com/some-page/?myname=john&age=23
Now you need to retrieve myname and age variables, but wordpress is designed to ignore such things in URL. You get surprised when you don’t seen anything with
<?php print_r($_GET); ?>
Hence, i decided to make a simple plugin that does this functionality. Qstring is a plugin to allow to access get parameters from query string or URL easily.
Screenshots
No screenshots provided