Changing Display Title

Home Forums Ticket Products Event Tickets Plus Changing Display Title

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #985756
    Abigail Marshall
    Participant

    Hi — is there a way to have the section on the event page have a title other than “Tickets”?

    Our events are seminars and workshops, and rather than the word “Tickets” I would like to use a phrase like “Enroll Now”.

    Is there a filter or template override I can use for this?

    #985885
    George
    Participant

    Hi Abigail,

    There unfortunately is not a filter at this time 🙁

    But you can indeed change this quite easily with a template override. First, if you haven’t already, check out the methods for Events Calendar / EDD Tickets template overrides here in our Themer’s Guide → https://theeventscalendar.com/knowledgebase/themers-guide/

    Using those methods, the file in question for this change is located here in your EDD Tickets plugin files:


    /src/views/eddtickets/tickets.php

    There, you’ll see this:


    <h2 class="tribe-events-tickets-title"><?php esc_html_e( 'Tickets', 'tribe-eddtickets' );?></h2>

    If you just replace that with “Enroll Now” or anything else you’d like, and leave the rest of the file like the original, you should be good to go.


    <h2 class="tribe-events-tickets-title">Enroll Now</h2>

    Let us know if this helps!

    Cheers,
    George

    #986129
    Abigail Marshall
    Participant

    Thank you– that worked well!

    #986489
    George
    Participant

    Cheers! 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Changing Display Title’ is closed to new replies.