>
Download This Plugin | |
Download Elegant Themes | |
Name | Conditional Shortcode |
Version | 0.1 |
Author | Luis Mas |
Rating | 0 |
Last updated | 2014-09-10 09:58:00 |
Downloads |
196
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
Conditional Shortcode plugin added 13 bytes of resources to the Home page and 13 bytes of resources to the sample Post page.
Conditional Shortcode plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! Conditional Shortcode plugin ads no tables to your Wordpress blog database.Conditional Shortcode. Adds a shortcode gracias_por_donar that retrieves a text depending on an integer parameter passed as a request
Shortcode attributes: - text0, text1, text2, text3 are texts to print - range1, range2, range3 are integers (default values 0) - get is the name of the request parameter that can be passed as post or get (default value is "amt")
usage [gracias_por_donar text0="this text is printed if amt value is lower than range1" text1="this text is printed if value amt is between range1 and range2" text2="this text is printed if value amt is between range2 and range3" text3="this text is printed if value amt is greater or equal than range3" range1="20" range2="50" range3="80" get="amt"]
for example:
http://mywordpresssite.org/page?amt=30 would print text1 as amt value is between range1 and range2 (based on usage sample)