Web Applications
- March 16, 2011
WordPress Plugin : Ajax calendar with future posts
Ajax calendar with future posts : widget for displaying calendar, with day links and ajax month navigation, including wordpress query filters for displaying future posts, future archive pages. Very useful for events websites
This new plugin is an extension of :
instead of using the get_calendar function from the core wordpress includes, I duplicate it in the plugin and modify it.
Download Ajax calendar with future posts plugin on wordpress plugins




5 Responses to “WordPress Plugin : Ajax calendar with future posts”
March 16, 2011 - admin
TODO : compatibility with WPML when dates are different between translation and original post, problem
April 15, 2011 - Gyro
This does not seem to work on IE
April 17, 2011 - Gyro
Actually I managed to fix this by commenting out the original line and using jQuery…
//document.getElementById(‘wp-calendar’).innerHTML=response;
jQuery(‘#wp-calendar’).replaceWith(response);
Maybe you should update your plugin with this?
Thanks
September 7, 2011 - kl
Is there any way to add the sidebar widget to my custom template? Is there an instruction guide?
February 17, 2012 - Joe Siegler
It would be really nice if I could define the starting calendar month when the calendar appears on a certain page or category.
Is that possible?