Weekly-Schedule
NOTICE:I am currently working on a book on plugin development, to be published in August 2012.Therefore, I will not have as much time available to support questions/feature requests on my plugins as I would normally have. I recommend that you read through all comments here, through the forum on the wordpress.org and through the FAQ before asking questions. I will try to answer a few questions on occasions but I cannot guarantee at what frequency this will be. Thank you for your understanding.
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.






It would be cool to have a shortcode or widget which displays “events happening now” or “upcoming schedule” or something similar. It would be even cooler if the widget/shortcode accepted an array of schedules, so multiple schedules would appear.
Indeed. But this type of thing would take some time to put in place. I will keep it in mind as I add new features.
It didn’t work for me i am afraid .. i think i have followed the instruction by word and yet nothing appeared in the page but this part of the code and the upper strip which shows the hours.
i am kind of new to all this .. but if u can simplify the steps it would be appreciated
Thanks in advance.
It sounds like the tables did not get created on your site correctly. Are you using WordPress as a multi-site installation? Can you check in your database is you have tables called wscategories, wsdays and wsitems?
I want to ask how to delete or remove shedule. And why all categories colours in my page became the same?
Good question. There is currently no way to delete a schedule through the interface. However, you could do it in your site’s MySQL admin tool by deleting the option WS_PPx from the options table where x is the Schedule number. As for all of your colors now all being the same, I would need to take a look at your site to get an idea for why this happened.
I installed the plugin on a multisite and it doesn’t appear the wscategories, wsdays and wsitems were created. I’m able to create them manually… what are their structures?
Multisite help: Install, but don’t activate the plugin on the network. Activate it individually for each site and it appears to work just fine… so far.
Indeed, I need to do a bit of work to make this plugin work correctly with multi-site installations. Thanks for pointing a way to currently work around the issues.