No titles with Yoast WordPress SEO

Home Forums Calendar Products Events Calendar PRO No titles with Yoast WordPress SEO

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #44194
    alonso
    Participant

    I use Yoast WordPress SEO and The Events Calendar Pro

    Seo works
    But when the categories appears no title

    See for yourself

    http://quadtreffen.info/termine/kategorie/motorsport/

    My settings at Veranstalt. Categories

    %%%% term_title Archives%% page%%%%%%% sep% sitename%%

    #44219
    Jonah
    Participant

    Hi alonso,

    In order to get titles showing up properly you need to filter the WP SEO title function and manually add the titles. Here is an example you can use: https://gist.github.com/jo-snips/3710617 – add that to your theme’s functions.php file and modify as necessary.

    – Jonah

    #44240
    alonso
    Participant

    Ok understood

    But I have several categories and all categories now have the same title
    I do not like that you can adjust it somehow?

    #44285
    Jonah
    Participant

    Hi alonso, this line should automatically add the category title when viewing category pages:

    return 'Events Calendar' . ' » ' . single_term_title('', false);

    Are you not seeing this?

    #44296
    alonso
    Participant

    Yes i see but i have to Change the lines

    query_vars[‘eventDate’]));
    } elseif( tribe_is_venue() ) { // Single Venues
    return $title;
    } else {
    return $title;
    }
    }

    ?>

    #44297
    alonso
    Participant

    Now it works Thanks

    #44299
    Jonah
    Participant

    You’re welcome alonso, let us know if you need anything else.

    Thanks,
    Jonah

    #978876
    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 8 posts - 1 through 8 (of 8 total)
  • The topic ‘No titles with Yoast WordPress SEO’ is closed to new replies.