Plugin info

Total downloads: 5,600
Active installs: 40
Total reviews: 2
Average rating: 5
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 6/13/2011 (5370 days ago)
Added to WordPress: 3/15/2010 (15 years old)
Minimum WordPress version: 2.8.0
Tested up to WordPress version: 3.1.4
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 5370 days ago • 2 reviews

22/100

Is Optional Content abandoned?

Possibly abandoned (last update 5370 days ago).

Compatibility

Requires WordPress: 2.8.0
Tested up to: 3.1.4
Requires PHP: f

Languages

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

No similar plugins found yet.

Description

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:

  • Manual on/off setting
  • Before, after, or between specific times (repeated daily)
  • Before, after or between specific dates
  • Based on if the visitor is logged in
  • Based on a specific user (by user id) or multiple users (by user id)
  • Based on GET variables (variables passed on the URL in the form of http://www.example.com/about/?test=value where the variable is ‘test’)
  • Based on POST variables (variables sent via forms)
  • Based on REQUEST variables (either GET or POST variables)

Installation

  1. Upload the folder optional-content to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Use the ‘[if]’ button now on the tinyMCE WYSIWYG editor.

Frequently Asked Questions

I don’t see a new button on the editor?

Try 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.

Can I do a date AND a time?

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.

Review feed

No reviews available

Screenshots

  1. The editor button

    The editor button

  2. The window to insert the optional content

    The window to insert the optional content

Changelog

1.1

Fixed issues with selecting a user
Added the ability for multiple users
Now allows for shortcodes inside shortcodes

1.0.0

  • Plugin functional and tested by a small group of volunteers