golden hour
/var/www/html/wp-content/plugins/the-events-calendar/src/views/v2/list/nav
⬆️ Go Up
Upload
File/Folder
Size
Actions
next-disabled.php
1.25 KB
Del
OK
next.php
1.35 KB
Del
OK
prev-disabled.php
1.26 KB
Del
OK
prev.php
1.37 KB
Del
OK
today.php
822 B
Del
OK
Edit: today.php
<?php /** * View: List View Nav Today Button * * Override this template in your own theme by creating a file at: * [your-theme]/tribe/events/v2/list/nav/today.php * * See more documentation about our views templating system. * * @link http://evnt.is/1aiy * * @var string $today_url The URL to the today page. * * @version 5.0.1 * */ ?> <li class="tribe-events-c-nav__list-item tribe-events-c-nav__list-item--today"> <a href="<?php echo esc_url( $today_url ); ?>" class="tribe-events-c-nav__today tribe-common-b2" data-js="tribe-events-view-link" aria-label="<?php esc_attr_e( 'Click to select today\'s date', 'the-events-calendar' ); ?>" title="<?php esc_attr_e( 'Click to select today\'s date', 'the-events-calendar' ); ?>" > <?php esc_html_e( 'Today', 'the-events-calendar' ); ?> </a> </li>
Save