by Jatinder Pal Singh on WordPress.org
Now you decide when to show what within your POST or PAGE or TEXT Widget content. Easy to use shortcode
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.
[scheduler start_date=’2012-05-13′ start_time=’06:30′ end_date=’2012-06-13′ end_time=’09:30′]
This is scheduled Content.
[/scheduler]
[scheduler start_date=” start_time=’09:00′ end_date=” end_time=’10:00′]
This is scheduled Content.
[/scheduler]
[scheduler start_date=” start_time=” end_date=’2012-05-16′ end_time=’10:00′]
This is scheduled Content.
[/scheduler]
[scheduler start_date=’2012-05-12′ start_time=’10:00′ end_date=’2099-05-16′ end_time=”]
This is scheduled Content.
[/scheduler]