Snippets to change words 'venue' and 'organizer' to something else

Home Forums Calendar Products Events Calendar PRO Snippets to change words 'venue' and 'organizer' to something else

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1039316
    wendy
    Participant

    can you please provide the snippets to change the words venue and organizer from appearing on the front end? I cant quite figure out what i should replace from this example I found to change the word Event to Something else.

    `add_filter( ‘tribe_event_label_singular’, ‘event_display_name’ );
    function event_display_name() {
    return ‘Meeting’;
    }

    add_filter( ‘tribe_event_label_plural’, ‘event_display_name_plural’ );
    function event_display_name_plural() {
    return ‘Meetings’;
    }

    Thanks so much.

    #1039809
    George
    Participant

    Hey Wendy!

    Absolutely – we have a knowledgebase article that covers the exact process here → https://theeventscalendar.com/knowledgebase/relabeling-the-venue-organizer-sections-in-event-meta/

    If this is not helpful, can you please clarify why? And clarify exactly how you want each of these labels to appear on the front end:

    • Event/s
    • Organizer/s
    • Venue/s

    Describe what you want these labels to be instead if the article I shared doesn’t help…

    Thank you! 😀
    George

    #1076138
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Snippets to change words 'venue' and 'organizer' to something else’ is closed to new replies.