Change title of next and previous events

Home Forums Calendar Products Events Calendar PRO Change title of next and previous events

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1341738
    Meredith
    Participant

    Currently when you view a single event on our website using the events calendar Pro, links to the next and previous event appear at the top and bottom. But instead of the next event and previous event it uses the title of the next and previous events. I don’t want to use the titles. I would like the links to say next event and previous event. I have been looking for the code that creates these links I cannot locate it. How can I change it?

    #1342181
    Jennifer
    Keymaster

    Hi Meredith,

    Thanks for reaching out! You can change the labels by following these instructions to copy the single event template (found at wp-content/plugins/the-events-calendar/src/views/single-event.php) into your child theme, where you can make the following edits:

    Look for this block, starting on line 80

    • « %title%' ) ?>
    • »' ) ?>

    and replace it with this

    • « Previous' ) ?>
    • »' ) ?>

    Let me know if that works for you or if you have any questions!

    Thanks,

    Jennifer

    #1352056
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Change title of next and previous events’ is closed to new replies.