remove "upcoming events" from single event title tag

Home Forums Calendar Products Events Calendar PRO remove "upcoming events" from single event title tag

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #984689
    hackauf
    Participant

    hi,

    i want to remove the phrase “upcoming events” from the single event page title <title>. is there an easy way to do that?

    thank you,
    rainer

    #984755
    Barry
    Member

    Hi Rainer,

    Does the following snippet (which you might add to your theme’s functions.php file or any other suitable place) help?

    https://gist.github.com/barryhughes/bd8690b9bb8b6006da50

    So long as your site uses the | symbol as the separator (ie, Upcoming Events | Single Event Title | Site Name) it should do the job – and if you are using something else as the separator we could easily tweak it.

    Let me know how you get on 🙂

    #985284
    hackauf
    Participant

    I had no seperator so i had to adapt the function provided:

    and replaced the term

    return str_replace(“Anstehende Veranstaltungen “, “”, $title );

    instead of that line provided in the code

    return substr( $title, strpos( $title, ‘|’ ) + 1 );

    thank you anyway!

    #985324
    Barry
    Member

    Awesome, glad you were able to adapt it 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘remove "upcoming events" from single event title tag’ is closed to new replies.