Kieran’s Calendar plugin:
http://wordpress.org/extend/plugins/calendar/
is what you want BUT it natively will not allow more than one calendar. I have a modification of his to allow two seperate calendars:
http://webjunk.com/wordpress/archives/46
Started on a version to allow unlimited calendars but have not had a chance test yet….
When I added your plugin, I got a fatal error in /calendar-webjunk/calendar.php on line 72. It caused a fatal error so it could not be activated. Any suggestions?
What version of WP?
WHat theme? (Try the default theme as a test)
What other plugins are you using?
My version is working on a couple of dozen websites and non report any problems. Trying to find the difference. Did you place the calendar.php in the calendar directory or a separate directory?
Okay. I didn’t unzip it first. I just uploaded it like it was a new plugin. I unzipped it now and replaced the calendar.php file with the one from your site. What do I need to do now?
Did you read the README.TXT?
== Frequently Asked Questions ==
= How do I specify specific Calendars? =
Add the category to the Calendar tag as follows for category 3:
{CALENDAR 3}
= How do I use the smaller Calendar? =
Use the {CALENDAX} tag just like the {CALENDAR}. Yes it must be capitalized!
{CALENDAX 2,3}
The categories are the categories in the CALENDAR Settings and not Post.
So sorry WebJunk. I read it right after my post and saw that. I really appreciate your patience and help.
Thanks.
If you have any suggestions, would be happy to see about adding to the plugin. Hoping Kieran adds some of this as he has done a fantastic job but otherwise might do a fork of it.
I would say to possibly add the feature to click a button in the post/page page for a quick add for the non-technical people.
That would probaly be a complete re-write.
Other than that I can’t really think of any other item that it might need.