• tricer

    (@tricer)


    I would like to remove the End Date & Time from the calendar view pop-up, for example when I hover over the event on the month calendar view I get a both a start and end time and date, however these events have the “no end time” box checked when they are created.

    In the month.php I have tried to change the following line with no luck

    line 75 <div class=”ai1ec-event-time”><?php echo $event->get_timespan_html( ‘short’ ); ?></div>

    to this

    line 75 <div class=”ai1ec-event-time”><?php echo $event->get_start_time(); ?></div>

    Thanks in advance for any help

    http://wordpress.org/extend/plugins/all-in-one-event-calendar/

  • The topic ‘Removing End Date & Time from calendar view pop-up’ is closed to new replies.