WP Get allows you to display content in posts dynamically, depending on URL parameters.
Documentation: http://tinsology.net/plugins/wp-get/
Download: http://wordpress.org/extend/plugins/wp-get/
WP Get allows you to display content in posts dynamically, depending on URL parameters.
Documentation: http://tinsology.net/plugins/wp-get/
Download: http://wordpress.org/extend/plugins/wp-get/
Someone asked me under what scenarios would a nifty plugin like this be useful and I couldn't come up with an answer. Would you explain its possible uses?
I actually wrote the plugin out of necessity and decided to publish it thinking others might find it useful. Basically I wanted to display a message to customers after a purchase but didn't want to create a dedicated post or page. Using the plugin I was able to display the message on the product page.
For example, after a purchase, customers are directed back to the product page, which contains code like that below, with the query string ?purchase=1.
[get purchase="1"]
Thank you for your purchase!
[/get]
This topic has been closed to new replies.