We need to change the Word "Venue" to "Location".

Home Forums Calendar Products Events Calendar PRO We need to change the Word "Venue" to "Location".

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1294557
    Steven
    Participant

    We need to change the Word “Venue” to “Location”. We tried adding some code from the Forums into our Themes function.php file. But it does not change. For example this code …

    add_filter( ‘tribe-events-single-section-title’, ‘change_single_organizer_label_lowercase’ );
    function change_single_organizer_label_lowercase() {
    return ‘Location’;
    }

    I think maybe our code is wrong?

    Can anyone suggest a solution?

    #1295010
    Mathew
    Participant

    Steven,

    Have a look at this article. It should help you achieve the change.

    Hope this helps.

    #1295452
    Nico
    Member

    Hi there Steven,

    Thanks for getting in touch with us!

    As Mathew points out (thanks for chiming in once again 🙂 ), the code in the article is one option. Another one is using this extension from our library: Change the Labels for “Events”, “Organizers”, or “Venues”.

    Please let me know if that helps,
    Best,
    Nico

    #1314597
    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 4 posts - 1 through 4 (of 4 total)
  • The topic ‘We need to change the Word "Venue" to "Location".’ is closed to new replies.