• Resolved nitin421503

    (@nitin421503)


    Last week I updated my WP core from 6.1.1 to 6.2.2, and today while updating my blog post, I noticed Yoast SEO meta data fields were missing and not accessible.

    After a few tests and R&D, I found that if I disable the Classic Editor plugin, it works properly. 

    But I needed the Classic Editor for Productivity

    Then I tested disabling the Gutenberg editor directly from the code.

    add_filter(‘use_block_editor_for_post’, ‘__return_false’);

    Still, the issue is not resolved.

    So I rolled back to 6.1.1 in the development environment and found it working perfectly on WP 6.1.1.

    Now I’m at conclusion, it’s due to conflict in WP 6.2.2, Classic Editor and Yoast SEO

    (I can’t rollback production to 6.1.1 and don’t want to skip use of Classic Editor)

    If someone has an appropriate solution to fix this, please let me know.

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

    (@nitin421503)

    adding a image reference of missing yoast fields

    Hi @nitin421503 on my test site I am using the WP 6.2.2 the Twenty Twenty 3 theme with only Yoast and Classic Editor or Gutenberg active. I am able to view the Yoast Fields as shown in the screenshot below.

    Screenshot 2023 06 19 at 13 09 31
    Can you check your site with a default WordPress theme, If you are worried about how your site will look when changing themes, you can use the Health Check plugin to troubleshoot your site?Health Check
    Thread Starter nitin421503

    (@nitin421503)

    Hello @thelmachido,

    Thank you for looking into this. I had updated all of the plugins but had forgotten to update the theme.

    The problem was resolved after I updated the theme.

    I was previously on DIVI 4.17.0 and am now on DIVI 4.21.0 (This may be useful if you need to debug this.)

    Thank you again for your efforts.

    Hi @nitin421503 thank you for the update, I am glad you managed to resolve this issue.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Yoast SEO meta data not accessible in Classic Editor after update to WP6.2.2’ is closed to new replies.