Skip to content

Instantly share code, notes, and snippets.

@jesseeproductions
Created May 29, 2015 13:14
Show Gist options
  • Save jesseeproductions/08b62b1b32dff774af6b to your computer and use it in GitHub Desktop.
Save jesseeproductions/08b62b1b32dff774af6b to your computer and use it in GitHub Desktop.
The Events Calendar Pro - Add Venue to Mini Calendar Listing
/*The Events Calendar Pro - Add Venue to Mini Calendar Listing
* @version 3.9.3
* template: events-calendar-pro\views\pro\widgets\modules\single-event.php
*/
<?php if ( $wp_query->query_vars['is_tribe_mini_calendar'] == 1 ) { ?>
<span class="fn org tribe-venue"><?php echo tribe_get_venue_link(); ?></span>
<?php } ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment