Hi Ceejay!
Thanks for getting in touch with us!
Absolutely, that’s totally possible! I would suggest overriding the email.php template to make that happen. You can learn more about overriding calendar templates in our Themer’s Guide, but it basically boils down to this:
- Make a copy of the email.php template. It is located at wp-content/plugins/event-tickets/src/views/tickets/email.php
- Make a new folder in your theme called tribe-events
- Make a new folder in that one called tickets
- Drop your copied email.php file in that last folder
Now that the template is in your theme, you can modify it to suit your needs. In this case, modify line 341 and remove the link so that the line looks like the following:
<?php echo $event->post_title; ?>
Will this work for you? Please let me know 🙂
Best,
Victor