Remove "Upcoming Events|" in page title and change it on page heading

Home Forums Calendar Products Events Calendar PRO Remove "Upcoming Events|" in page title and change it on page heading

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #991209
    media325
    Participant

    How would you take care of this in the latest version? Thanks

    #991364
    George
    Participant

    Hey Frank,

    When it comes to customizing this title on the front-end of your site, we have a Knowledgebase article on the topic here → https://theeventscalendar.com/knowledgebase/altering-or-removing-headings-on-calendar-views/

    That should be quite handy.

    As for customizing things in the HTML title element of the document, this requires some more custom coding and would basically mean just writing custom titles in a filter for wp_title(). The trick is to assign a priority lower than 1000 so that it shows correctly.

    I demonstrated how to make this sort of customization in a custom Plugin for you, which you can check out here → https://gist.github.com/ggwicz/b8a6bceaba0edd9efa2a

    You can literally install that as a plugin on your site, or copy the code starting with if ( function_exists( ‘tribe_get_events’ ) ) : right in your theme’s functions.php file, and see this change your event titles. Then just customize the titles to your liking.

    I hope this helps!

    Cheers,
    George

    #992189
    media325
    Participant

    Thanks

    #992389
    George
    Participant

    Cool, best of luck with your site 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove "Upcoming Events|" in page title and change it on page heading’ is closed to new replies.