Tweak date row in countdown

This commit is contained in:
Brian Miyaji
2018-10-23 12:09:23 +11:00
parent 52cd7ea645
commit e34bce1576

View File

@@ -107,15 +107,13 @@ if ( $link_events ) $title = '<a href="' . get_post_permalink( $post->ID, false,
</h3>
<?php
if ( isset( $show_date ) && $show_date ):
//if ( isset( $event_date ) ):
?>
<h5 class="event-date sp-event-date">
<?php
echo get_the_time( get_option( 'date_format', $post ) ).' '.get_the_time( get_option( 'time_format', $post ) ).' (local time)';
?>
</h5>
?>
<h5 class="event-venue sp-event-venue">
<?php
//endif;
echo get_the_time( get_option( 'date_format', $post ) );
?>
</h5>
<?php
endif;
if ( isset( $show_venue ) && $show_venue ):