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>
|
</h3>
|
||||||
<?php
|
<?php
|
||||||
if ( isset( $show_date ) && $show_date ):
|
if ( isset( $show_date ) && $show_date ):
|
||||||
//if ( isset( $event_date ) ):
|
|
||||||
?>
|
?>
|
||||||
<h5 class="event-date sp-event-date">
|
<h5 class="event-venue sp-event-venue">
|
||||||
<?php
|
<?php
|
||||||
echo get_the_time( get_option( 'date_format', $post ) ).' '.get_the_time( get_option( 'time_format', $post ) ).' (local time)';
|
echo get_the_time( get_option( 'date_format', $post ) );
|
||||||
?>
|
?>
|
||||||
</h5>
|
</h5>
|
||||||
<?php
|
<?php
|
||||||
//endif;
|
|
||||||
endif;
|
endif;
|
||||||
|
|
||||||
if ( isset( $show_venue ) && $show_venue ):
|
if ( isset( $show_venue ) && $show_venue ):
|
||||||
|
|||||||
Reference in New Issue
Block a user