Advertisement
BakerMan

Untitled

Apr 21st, 2013
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.58 KB | None | 0 0
  1. <?php if( tribe_address_exists( get_the_ID() ) ) : ?>
  2. <dt class="event-label event-label-address">
  3.     <?php _e('Address:', 'tribe-events-calendar') ?><br />
  4.     <?php if( tribe_show_google_map_link( get_the_ID() ) ) : ?>
  5.         <a class="gmap" itemprop="maps" href="<?php echo tribe_get_map_link(); ?>" title="<?php _e('Click to view a Google Map', 'tribe-events-calendar'); ?>" target="_blank"><?php _e('Google Map', 'tribe-events-calendar' ); ?></a>
  6.     <?php endif; ?>
  7. </dt>
  8.     <dd class="event-meta event-meta-address">
  9.     <?php echo tribe_get_full_address( get_the_ID() ); ?>
  10.     </dd>
  11. <?php endif; ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement