In my ongoing effort of not re-inventing the wheel, I spent hours upon hours looking through ALL of the available WordPress calendar plugins for a project that I had been working on.
My Needs:
- AJAX (required asynchronous navigation between months)
- Query posts by category (would be nice if I could select the category)
- Associate posts with their dates.
- Highlight calendar date when a post exists.
- A tooltip that would display post titles and link to individual posts (past, current, and future) when a highlighted date is selected.
Note: The tooltip would also allow me to display multiple posts per day should that be the case.
(more…)
