This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Single Event Template | |
* A single event. This displays the event title, description, meta, and | |
* optionally, the Google map for the event. | |
* | |
* Override this template in your own theme by creating a file at [your-theme]/tribe-events/single-event.php | |
* | |
* @package TribeEventsCalendar | |
* @version 4.6.3 |