• Resolved metacoach

    (@metacoach)


    I’m evaluating this plugin with the intention of going upgrading to the pro version.

    I am using Yoast SEO plugin which shows up fine on individual edit/create events pages, but it’s not showing up on the recurring pages. Has this been done on purpose or does the function simply not exist on recurring events?

    Thanks in advance

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support angelo_nwl

    (@angelo_nwl)

    Create a .php file (you can use a .txt file and rename it), copy this following code in exactly and upload it to the /wp-content/mu-plugins/ directory (create directory if necessary).

    <?php
    add_filter('em_cp_event_recurring_public', '__return_true');
    add_filter('em_cp_event_recurring_publicly_queryable', '__return_true');
    Thread Starter metacoach

    (@metacoach)

    Thank you – that worked

    @angelo_nwl I’m trying to enable this but you didn’t explain what the file should be named. Can you let us know?

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Yoast SEO module not showing on recurring events’ is closed to new replies.