Fix: Show post date instead of event date
This commit is contained in:
@@ -110,7 +110,7 @@ if ( $link_events ) $title = '<a href="' . get_post_permalink( $post->ID, false,
|
|||||||
?>
|
?>
|
||||||
<h5 class="event-date sp-event-date">
|
<h5 class="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 );
|
||||||
?>
|
?>
|
||||||
</h5>
|
</h5>
|
||||||
<?php
|
<?php
|
||||||
|
|||||||
Reference in New Issue
Block a user