Support

Home Forums Event Espresso Premium upcoming event widget- lose date

upcoming event widget- lose date

Posted: January 31, 2014 at 11:10 am


TCDCamp

January 31, 2014 at 11:10 am

Hi- is there an easy way to delete the date after the event title?

Thanks!


Dean

February 3, 2014 at 1:16 am

Hi,

2 ways:

1) use the following CSS .widget-event-date { display: none; }

There is an issue with this that I will raise a ticket ofr, the dash ( – ) won’t get hidden.

2) Edit the widget.php template file at line 130 approx, change it from this

<li><a href="<?php echo $registration_url; ?>"><?php echo stripslashes_deep($event->event_name) ?> - <span class="widget-event-date"><?php echo event_date_display($event->start_date) ?></span></a>

to this

<li><a href="<?php echo $registration_url; ?>"><?php echo stripslashes_deep($event->event_name) ?></a>

The support post ‘upcoming event widget- lose date’ 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