Add classes to support existing selectors in countdown

This commit is contained in:
Brian Miyaji
2018-12-09 11:49:29 +11:00
parent 9f6001762f
commit 59fc5b4dfb

View File

@@ -108,7 +108,7 @@ if ( $link_events ) $title = '<a href="' . get_post_permalink( $post->ID, false,
<?php <?php
if ( isset( $show_date ) && $show_date ): if ( isset( $show_date ) && $show_date ):
?> ?>
<h5 class="event-date sp-event-date"> <h5 class="event-venue sp-event-venue event-date sp-event-date">
<?php <?php
echo get_the_time( get_option( 'date_format' ), $post ); echo get_the_time( get_option( 'date_format' ), $post );
?> ?>