🏠 Root
/
home
/
artorgp
/
parankhoit
/
wp-content
/
plugins
/
the-events-calendar
/
src
/
views
/
single-event
/
Editing: title.php
<?php /** * Single Event Title Template Part * * Override this template in your own theme by creating a file at: * [your-theme]/tribe/events/single-event/title.php * * See more documentation about our Blocks Editor templating system. * * @link {INSERT_ARTCILE_LINK_HERE} * * @version 4.7.2 * */ ?> <?php the_title( '<h1 class="tribe-events-single-event-title">', '</h1>' );
Save
Cancel