🏠 Root
/
home
/
artorgp
/
parankhoit
/
wp-content
/
plugins
/
the-events-calendar
/
src
/
views
/
v2
/
day
/
top-bar
/
nav
/
Editing: next.php
<?php /** * View: Top Bar Navigation Next Template * * Override this template in your own theme by creating a file at: * [your-theme]/tribe/events/v2/day/top-bar/nav/next.php * * See more documentation about our views templating system. * * @link {INSERT_ARTCILE_LINK_HERE} * * @var string $next_url The URL to the next page, if any, or an empty string. * * @version 5.0.1 * */ ?> <li class="tribe-events-c-top-bar__nav-list-item"> <a href="<?php echo esc_url( $next_url ); ?>" class="tribe-common-c-btn-icon tribe-common-c-btn-icon--caret-right tribe-events-c-top-bar__nav-link tribe-events-c-top-bar__nav-link--next" aria-label="<?php esc_attr_e( 'Next day', 'the-events-calendar' ); ?>" title="<?php esc_attr_e( 'Next day', 'the-events-calendar' ); ?>" data-js="tribe-events-view-link" > </a> </li>
Save
Cancel