golden hour
/var/www/html/wp-content/plugins/the-events-calendar/src/views/day
⬆️ Go Up
Upload
File/Folder
Size
Actions
content.php
1.57 KB
Del
OK
loop.php
1.48 KB
Del
OK
nav.php
705 B
Del
OK
single-event.php
2.79 KB
Del
OK
single-featured.php
2.56 KB
Del
OK
title-bar.php
542 B
Del
OK
Edit: title-bar.php
<?php /** * Day View Title Template * The title template for the day view of events. * * Override this template in your own theme by creating a file at [your-theme]/tribe-events/day/title-bar.php * * @package TribeEventsCalendar * @version 4.6.19 * @since 4.6.19 * */ ?> <div class="tribe-events-title-bar"> <!-- Day Title --> <?php do_action( 'tribe_events_before_the_title' ); ?> <h1 class="tribe-events-page-title"><?php echo tribe_get_events_title() ?></h1> <?php do_action( 'tribe_events_after_the_title' ); ?> </div>
Save