rmhsmusic I found your error…cuz I had the same problem.
bad part:
echo 'day_link() . '" title="' . $calendar_days[$day_id]->get_titles() . '"';
should be:
echo 'day_link()' . '" title="' . $calendar_days[$day_id]->get_titles() . '"';
I’ve been looking for something like this…I think I’ll start making some modifications on it as well…if I can get it to work…
A few Ideas I have:
1) use “pages” instead of categories…(see this post for why I want to do that…hehe)
2) make calender integrated with page…not sure if that’s what Micki did…still trying to make it work.
3) make events on calendar click able.
I’ll let you know if I get anywhere.