Advertisement
BakerMan

Untitled

Mar 14th, 2014
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.48 KB | None | 0 0
  1.     <?php the_title( '<h2 class="tribe-events-single-event-title summary">', '</h2>' ); ?>
  2.  
  3.     <div class="tribe-events-schedule updated published tribe-clearfix">
  4.         <h3><?php echo tribe_events_event_schedule_details(); ?></h3>
  5.         <?php echo tribe_events_event_recurring_info_tooltip(); ?>
  6.         <?php  if ( tribe_get_cost() ) :  ?>
  7.             <span class="tribe-events-divider">|</span>
  8.             <span class="tribe-events-cost"><?php echo tribe_get_cost( null, true ) ?></span>
  9.         <?php endif; ?>
  10.     </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement