Tweak date row in countdown
This commit is contained in:
@@ -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 ):
|
||||
|
||||
Reference in New Issue
Block a user