Changing page title

Home Forums Calendar Products Events Calendar PRO Changing page title

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #65066
    Diane Chouchane
    Participant

    How do I change “Events for September 2013” to “Runs for September 2013” ?

    #65299
    Barry
    Member

    Hi schanzer,

    Could you try adding a snippet like this one to your theme’s functions.php file?

    add_filter('tribe_events_title', 'change_events_to_runs');
    function change_events_to_runs($title) { return str_replace('Events', 'Runs', $title); }

    It’s a pretty basic approach but might work for you 🙂

    #68065
    Kelly
    Participant

    Hi, schanzer. Since it’s been a couple of weeks now, I’m going to close this thread. Please feel free to start a new topic if you’d like to revisit this.

    Thanks for being part of the TEC community!

    #981113
    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 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Changing page title’ is closed to new replies.