Change the name of the page of the event listing

Home Forums Calendar Products Events Calendar PRO Change the name of the page of the event listing

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #1526431
    rivieratheatre
    Participant

    Hello,

    I cannot figure out how to change the name of the webpage that lists our full events listing. I am using WordPress and the Avada theme. The page is listed as “Events Archive”. How can I change it to something like “Event Listing”?

    http://www.rivieratheatre.org/events/

    #1527134

    Hi Derek,

    Thanks so much for reaching out!

    You can change the browser title for the main calendar using the following tutorial:

    https://theeventscalendar.com/knowledgebase/changing-the-browser-title-for-calendar-views/

    Let me know if that helps!

     

    Thanks,

    Jaime

    #1527243
    rivieratheatre
    Participant

    This reply is private.

    #1527544

    Hi Derek,

    Try changing the elseif to if.

    Let me know if that helps!

     

    Thanks,

    Jaime

    #1529737
    rivieratheatre
    Participant

    This reply is private.

    #1530598

    Hi Derek,

    Can you post the exact code that you are using? I want to see if there is an issue with the code itself.

    Let me know if you have any other questions in the meantime!

     

    Thanks,

    Jaime

    #1530763
    rivieratheatre
    Participant

    This reply is private.

    #1531508

    Hi Derek,

    You can try adding the following snippet to your functions.php file to change the title for the main events page:

    add_filter('tribe_get_events_title', 'change_events_title');
    function change_events_title($title) {
    return 'New Title Here';
    }

    You could look through some other people’s gists on this topic for inspiration too, if you need something further than the above.

    Let me know how that goes!

     

    Thanks,

    Jaime

    #1531902
    rivieratheatre
    Participant

    This reply is private.

    #1532020

    Hi Derek,

    This should be an immediate change.  You can try flushing your permalinks if you don’t see a change, and clearing your browser history as well.

    You can also check out your site in a private browser window, so that there is no history there.

    I tried the snippet myself and it worked from my end.  Let me know if you have any other questions!

     

    Thanks,

    Jaime

    #1548594
    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 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Change the name of the page of the event listing’ is closed to new replies.