Posts Tagged ‘Wordpress’

WordPress Calendar Plugin: Display Posts By Date & Category

Wednesday, February 10th, 2010

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:

  1. AJAX (required asynchronous navigation between months)
  2. Query posts by category (would be nice if I could select the category)
  3. Associate posts with their dates.
  4. Highlight calendar date when a post exists.
  5. 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…)