Support

Home Forums Event Espresso Premium adding year to header-month in calendar-table

adding year to header-month in calendar-table

Posted: June 16, 2014 at 3:54 am


Hans van der Woerd

June 16, 2014 at 3:54 am

Hello,

i can’t find the template to ad year in de month header of the calendar table list view. Where can i ad this?

best regards,

Hans


Dean

June 16, 2014 at 5:54 am

Hi,

In the espresso-template-calendar-table/index.php file, edit line 87.

Change it from this:

$full_month = event_date_display($event->start_date, "F");

To this:

$full_month = event_date_display($event->start_date, "F Y");

That will add the event’s year in for you.

The support post ‘adding year to header-month in calendar-table’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso