Change Single View "Organizer" title

Home Forums Calendar Products Events Calendar PRO Change Single View "Organizer" title

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #121615
    Lars
    Participant

    Hi, if this changes the Additional Fields heading “Other” to “Content” :
    tribe_set_meta_label( ‘tribe_event_group_custom_meta’, ‘Content’, ‘meta_group’ );

    What will then change the Single View “Orgaziner” title? We tried with this: tribe_set_meta_label( ‘tribe_event_group_organizer_meta’, ‘NEW TITLE’, ‘meta_group’ ); with no luck and don’t find any material that explains this.

    #121840
    Leah
    Member

    Hi mending,

    Have you tried using a string-specific translation plugin like Say What? That way you wouldn’t need to dig into the code, but you could target and change that one word. Might that work for you?

    Best,

    Leah

    #122189
    Lars
    Participant

    Hi Leah, we already started down this path of editing the functions.php file. We just don’t understand how to find the right string? What will the string be for the “Organizer” heading on the Single View page?

    #122630
    Barry
    Member

    Hi Lars: instead of tribe_event_group_organizer_meta can you try using tribe_event_organizer – does that help here?

    #122652
    Lars
    Participant

    Hi Barry, yes this worked:
    tribe_set_meta_label( ‘tribe_event_organizer’, ‘Test’, ‘meta_group’ );

    Thanks!

    #122663
    Barry
    Member

    Excellent 🙂

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Change Single View "Organizer" title’ is closed to new replies.