Weekly-Schedule
This plugin allows users enter a list of weekly events through the WordPress admin interface and then display the resulting weekly schedule on a page of their choice.
2009-2010 TV Schedule section of this site uses Weekly Schedule to generate its contents.
Donations
If you feel generous and really like this plugin, here is a donation link on Paypal:
Usage Examples
Click here for more usage examples of Weekly Schedule.






I'm a tech enthusiast working in the modeling and simulation software industry. I'm also married and the father of two very energetic little girls.





Maybe I wasn’t precise enough. If you want to create a site which would display WHATS ON TV. You have at least 20 local channels. They all have shows for the same time. If you add 20 shows on the same date, the table will expand rather dramatically
If e.g. horizontal line would display channels (categories):
TV1 TV2 TV3 TV4 TV5…
and vertical would display time:
7:00
7:30
8:00
8:45
…
You could use plugin for displaying whats on tv.
You made a great plugin!!
I’m wondering if it is possible to put multiple
weekly schedule charts?
For example, studio A’s weekly schedule
and Studio B’s Weekly Schedule….?
Sorry my English is not clear… actually what i
want to be able to do is not put the extra information in the same schedule, but actually create a new schedule on a different page(or a same page).
That will be great if it’s able to be done like putting code in html say.. [weekly-schedule2] or [weekly-schedule3]…
It is not possible to do these things with Weekly Schedule as it stands today. I only designed it to handle a single schedule at this time, but may consider extending it to support multiple schedules at some point in the new year.
Thanks for taking your time to answer to my question!
Enjoy the holidays!
I’ve installed the plugin and set-up several categories & items. How do I get them to show up on a given page?
You add the code [weekly-schedule] on the page where you want your schedule to show up.
Hi! Inquiry.
Can this plugins capable to use for two different timezone same TV Programs? Possible having achieves for schedule? It seems onces I already input my fields to all respected time and date for the whole weekend, in order to create another week-schedule, Currently I replace the existing one.
Hi Raymond. Weekly Schedule is really only meant to handle a list of recurring events, not to create a schedule of events that change from one week to the next, at least at this time in its development.
Hi –
I was running out of screen real estate using the half-hour time split. But by schedules needed to split on the half hour (say, 2:30-4:30). If I left it the way it was, the headers would get smashed together and become unreadable. If I switched to hourly splits, I’d lose accuracy by 30mins.
I’m not sure how this could be made into a configurable option (I’ve never made a plug-in before), but basically I left it in half-hour mode, and put in a catch to only output the hours.
if ($options['layout'] == ‘vertical’)
$output .= “”;
if ($minutes == “”)
$output .= “” . $hour;
//if ($minutes != “”)
//$output .= “:” . $minutes;
I’m hoping this might be useful to someone else. To see what I’m talking about, click here (http://www.pooteeweet.com/img/mixed_hour_half-hour.jpg)