I don’t want the Calendar Title to say this:
Events for December 2013
I want to just say:
December
The function tribe_events_title() has no parameters.
How do I go about changing this and other text like it that is dynamically generated?
For anyone looking to do this specifically…I just did this:
$linux_time = strtotime(tribe_get_month_view_date());
$event_month = strftime(‘%B’,$linux_time);