This plugin makes it easy to conditionally display content. No more if statements in your template files!
This plugin allows you to show or hide content on a page or post based on a simple shortcode. You don’t need PHP knowledge, or a PHP enabling plugin. Simply use a button on the WYSIWYG editor to select under what condition you would like the content displayed. Fast, simple, and safe. Keep your template files clean by removing your PHP logic. Now allows shortcodes inside of the conditional content.
Display content based on the following conditions:
optional-content
to the /wp-content/plugins/
directoryTry clicking the ‘show/hide kitchen sink’ button. This will display additional buttons, and may reveal the ‘[if]’ button. If not, clear your browser cache and try again.
Yes, this plugin uses the PHP function strtotime(), so you can do date and time like ‘2010-12-31 23:59:59’ in the ‘date’ field for 12:59:59PM on Dec. 31 2010. See the PHP documentation for strtotime() for more examples of what you can use.
Fixed issues with selecting a user
Added the ability for multiple users
Now allows for shortcodes inside shortcodes