Advertisement
BakerMan

Untitled

Sep 21st, 2012
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.28 KB | None | 0 0
  1. <?php while ( have_posts() ) : the_post(); ?>
  2.     <?php if ( tribe_is_day() && tribe_is_multiday() && tribe_get_start_date( null, false, 'Ymd' ) && tribe_get_start_date( null, false, 'Ymd' ) < str_replace( '-', '', $GLOBALS['eventDate'] )) continue; ?>
  3.     <?php global $more; $more = false; ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement