Dashboard
PHP:
7.4.33
OS:
Linux
User:
vqweckd
/
/
home
/
vqweckd
/
www
/
wp-content
/
themes
/
Avada
/
tribe-events
/
list
📤 Upload
📝 New File
📁 New Folder
Close
Editing: single-featured.php
<?php /** * List View Single Event * This file contains one event in the list view * * Override this template in your own theme by creating a file at [your-theme]/tribe-events/list/single-event.php * * @package TribeEventsCalendar */ if ( ! defined( 'ABSPATH' ) ) { die( '-1' ); } include Avada::$template_dir_path . '/tribe-events/list/single-event.php';
Save
Cancel