Support

Home Forums Event Espresso Premium Yoast Seo People Addon

Yoast Seo People Addon

Posted: August 27, 2018 at 8:40 am

Viewing 2 reply threads


WEMconference

August 27, 2018 at 8:40 am

Hi

I have added the “Event Espresso Smooth Integration” plugin which has added Yoast SEO for events but i still dont have the Yoast SEO Meta boxes on my people admin pages.

Can you tell me how i can add Meta Titles and Descriptions to the people pages please?

Thanks,
Ben.


Josh

  • Support Staff

August 27, 2018 at 10:49 am

Hi Ben,

You could make an alteration to the “Event Espresso Smooth Integration” plugin so it does its thing with the other EE post types.

You open up the “Event Espresso Smooth Integration” plugin’s only .php file and look for line 121, which has this:
if ( ! empty( $_GET['page'] ) && $_GET['page'] == 'espresso_events' ) :

and change the above to:

$ee_cpts = array('espresso_events', 'espresso_venues', 'espresso_people');
if ( ! empty( $_GET['page'] ) && in_array($_GET['page'], $ee_cpts) ) :


WEMconference

August 27, 2018 at 12:31 pm

Hi Josh

Excellent worked first time thanks so much!

Viewing 2 reply threads

The support post ‘Yoast Seo People Addon’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso