Schedule Your Content

Schedule your content plugin can help you in showing content within your wordpress blog for a specific period. You can decide when to start showing content and when to stop showing content.
This plugin uses shortcodes which can be written within the post content or page content or in text widget also. This plugin uses 4 parameters to schedule your content.
shortcode: [scheduler] Here is your content[/scheduler]
Parameters: start_date, start_time, end_date, end_time
Date must be in YYYY-MM-DD format and time must be in 24-hour format.
- Here is the simple example where you schedule your content for specific period:
[scheduler start_date=’2012-05-13′ start_time=’06:30′ end_date=’2012-06-13′ end_time=’09:30′]
This is scheduled Content.
[/scheduler]
- Here is the example where you want to schedule your content daily within 9am to 10am.
[scheduler start_date=” start_time=’09:00′ end_date=” end_time=’10:00′]
This is scheduled Content.
[/scheduler]
- Here is the example when you want your content should be expired on specific date and time.
[scheduler start_date=” start_time=” end_date=’2012-05-16′ end_time=’10:00′]
This is scheduled Content.
[/scheduler]
- Here is the example when you want to start showing your content on specific date and time and do not want it to be expired.
[scheduler start_date=’2012-05-12′ start_time=’10:00′ end_date=’2099-05-16′ end_time=”]
This is scheduled Content.
[/scheduler]
Download & install the zip archive
The plugin package installer can be downloaded from the WP2E project tab called “code”.
1 – Select the version to download if this option is available otherwise the “latest” version of the main plugin will be used.
2 – After downloading the zip archive install the plugin package installer in you local environment and activate the script from the plugin list.
3 – Under the section “Plugins” of the admin dashboard you should see a new “Dependencies & Licenses” link. Follow the instructions from this panel to finalize the installation of the missing dependencies.
- Give a name to your project
- Download the Installer Package
- Install & activate the plugin locally
- Install the suggested dependencies
Tips: Use the WP2E panel to add/suggest new dependencies to the local installation. Press F5 in the list of dependencies if the changes are not displayed right away.



