Viewing 5 replies - 1 through 5 (of 5 total)
  • You would need to customize the month/single-day.php template: you can find out more about doing this safely by reading our Themer’s Guide:

    https://tri.be/support/documentation/events-calendar-themers-guide/

    Hope that helps!

    Thread Starter Siddharth

    (@siddhu)

    Thanks

    but i tried here on the month/single-day.php

    <!-- Day Header -->
    	<div id="tribe-events-daynum-<?php echo $day['daynum'] ?>">
    
    		<?php if ( $day['total_events'] > 0 && tribe_events_is_view_enabled( 'day' ) ) { ?>
    			<a href="<?php echo tribe_get_day_link( $day['date'] ) ?>"><?php echo $day['daynum'] ?></a>
    		<?php } else { ?>
    			<?php echo $day['daynum'] ?>
    		<?php } ?>
    
    	</div>

    getting the error like,
    showing only the date those day having the event, not showing the day.

    i need on month view each having the date along with the day like
    1 sunday, 2 monday, 3 tuesday etc

    please help

    Thread Starter Siddharth

    (@siddhu)

    this one shows days of week
    $days_of_week = tribe_events_get_days_of_week();

    how could we get the days of date

    Thread Starter Siddharth

    (@siddhu)

    see when we changes to week view it showing both the date and day.
    i tried but it showing the current day on date

    Sorry Siddharth, but we can’t help any further with customizations like this: it’s up to you to implement any changes you need.

    Good luck!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to showing the day along with date on the calendar’ is closed to new replies.