Using map view cause page meta title to change to "undefined"

Home Forums Calendar Products Events Calendar PRO Using map view cause page meta title to change to "undefined"

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1081060
    Mimi
    Participant

    Hello,
    We are using the map view for our default view, when the page initially loads it has the correct title but then when the map itself loads, it changes the title to “undefined”. Is there any changes we can do to prevent this?

    We are using All in one seo and placed the /events page on the exclude list and it had no effect.

    http://www.castlighthealth.com/events/

    Thanks!

    #1082116
    Mimi
    Participant

    Any ideas?

    #1082302
    Hunter
    Moderator

    Hey Mimi 🙂

    Thanks for your patience while I’ve worked on a solution. Please try adding the following snippet to the bottom of your theme’s functions.php file:

    function my_title( $title ) {
        return 'Something else';
    }
    
    add_filter( 'wp_title', 'my_title', 100 );
    

    Let me know if this helps resolve the SEO title issue. Have a great weekend and thanks for choosing PRO!

    #1087787
    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 ‘Using map view cause page meta title to change to "undefined"’ is closed to new replies.