How to add Ajax to the default widget calendar to support next/previous months loading?
Interesting task indeed. Here’s what I would do: Create my own plugin with a widget. You can always use plugin boilerplate or widget boilerplate as starting points. My widget would look like the default calendar, except it would also have the ‘prev”https://wordpress.stackexchange.com/”next’ links, as you mentioned. I would then copy-paste and adjust the get_calendar() function … Read more