Advertisement
BakerMan

Bonnie's Code - Amended

Sep 20th, 2012
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <?php if ( tribe_is_new_event_day() && !tribe_is_day() ) : ?>
  2.     <h4 class="event-day">
  3.         <?php echo tribe_get_start_date( null, false, 'jS F Y' ); ?>
  4.              &ndash;
  5.         <?php echo tribe_get_start_date( null, true, ' ' ); ?>
  6.     </h4>
  7. <?php endif; ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement