Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter jayseventwo

    (@jayseventwo)

    Me again – i would also like to adjust the month names as well.

    Thanks

    Thread Starter jayseventwo

    (@jayseventwo)

    Okay, so i’ve found where to do the weekday – public/template-tags/general.php – line 484 approx.

    function tribe_events_get_days_of_week( $format = null ) {
    		if ( $format == 'short' ) {
    			$days_of_week = TribeEvents::instance()->daysOfWeekShort;
    		} else {
    			$days_of_week = TribeEvents::instance()->daysOfWeek;
    		}

    I basically swapped these around, which works, but there is obviously somewhere where this shortdate option can be activated – any ideas where?

    It’s used in the month/loop-grid.php template – which you can override from within your theme: https://tri.be/support/documentation/events-calendar-themers-guide/

    Does that help?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change display of days from long to short?’ is closed to new replies.