Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Tech4Eleven

    (@tech4eleven)

    Anyone?

    Hey @tech4eleven,

    We only check our free support forums once a week, so thank you for your patience while we worked through threads that came in ahead of yours here.

    The reason this calendar title would be getting random event titles for its value is likely because of some unintentional query manipulation for events that is happening on your site. This could be caused by your theme or another plugin on your site, but regardless, you should be able to forcefully overwrite this by adding code like the following to your theme’s functions.php file:

    add_filter( 'tribe_get_events_title', 'tribe_support_7380243' );
    
    function tribe_support_7380243( $depth ) {
        return 'Calendar of Events';
    }

    Let me know if that helps!

    George

    Thread Starter Tech4Eleven

    (@tech4eleven)

    added it. deleted site and browser cache and it didn’t change anything 🙁

    Plugin Author Brian

    (@brianjessee)

    Hi,

    Sorry for the issues. We are limited in supporting theme conflicts, but this constant added to your wp-config.php might help:

    define('TRIBE_MODIFY_GLOBAL_TITLE', true);

    https://theeventscalendar.com/knowledgebase/configuring-the-events-calendar-with-constants/#dl_tribe_modify_global_title

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Default Events Template Page Title’ is closed to new replies.