Home › Forums › Calendar Products › Events Calendar PRO › Change the name of the page of the event listing
- This topic has 9 replies, 2 voices, and was last updated 7 years, 10 months ago by
rivieratheatre.
-
AuthorPosts
-
May 9, 2018 at 10:57 am #1526431
rivieratheatre
ParticipantHello,
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”?
May 10, 2018 at 6:12 am #1527134Jaime Marchwinski
KeymasterHi 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
May 10, 2018 at 7:52 am #1527243rivieratheatre
ParticipantThis reply is private.
May 10, 2018 at 10:42 am #1527544Jaime Marchwinski
KeymasterHi Derek,
Try changing the
elseiftoif.Let me know if that helps!
Thanks,
Jaime
May 14, 2018 at 8:26 am #1529737rivieratheatre
ParticipantThis reply is private.
May 15, 2018 at 5:49 am #1530598Jaime Marchwinski
KeymasterHi 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
May 15, 2018 at 8:17 am #1530763rivieratheatre
ParticipantThis reply is private.
May 16, 2018 at 4:27 am #1531508Jaime Marchwinski
KeymasterHi 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
May 16, 2018 at 9:37 am #1531902rivieratheatre
ParticipantThis reply is private.
May 16, 2018 at 11:27 am #1532020Jaime Marchwinski
KeymasterHi 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
June 7, 2018 at 9:35 am #1548594Support Droid
KeymasterHey 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 -
AuthorPosts
- The topic ‘Change the name of the page of the event listing’ is closed to new replies.
