Advertisement
BakerMan

Untitled

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