Anyone know if there’s a simple way to show next month’s name by using the current_time variable? Here’s what I’m trying to do:
I have a page of events: http://agedefy.server288.com/press-and-media/event-calendar/
The left side shows the current month, followed by the next two months. Getting the current month is easy enough, I’m simply using this:
{current_time format="%F"}But, is there a way to use this same variable and show next month, and the month after that? That way, when we get to November 1, “October” becomes “November”, “November” becomes “December” and “December” becomes “January”.
I have the events on the right displaying correctly. I just need to get the months to automatically update.
Thanks in advance!