• Resolved d5f7p9

    (@d5f7p9)


    Could you please remove the placement of the red Y icon followed by “Content: Bad” (or any other Yoast message) at the bottom of the “publish” area of all post and page edit screens. And while you’re at it also remove the placement of the gray Y icon followed by “SEO: Not available” directly below it. I am not questioning whether or not those may be good advice or not. I just don’t have time to evaluate those suggestions and I don’t want to see them reported at that location, where they are extremely irritating to see. If you are determined to show those, could you put them in the “Yoast SEO” area of post and page edit screens? With them in the “Yoast SEO” area, those messages are much less obvious and much less irritating. And they really should be in the “Yoast SEO” area with all the other Yoast stuff anyway.

    https://www.ads-software.com/plugins/wordpress-seo/

Viewing 4 replies - 1 through 4 (of 4 total)
  • still no reply…
    i have the same request with d5f7p9

    You probably have to hide it by adding custom CSS to your backend.

    Add this to your theme’s functions.php file.

    function my_custom_css() {
         echo '<style>
              .misc-pub-section.yoast-seo-score.content-score { display: none; }
              .misc-pub-section.yoast-seo-score.keyword-score { display: none; }
         </style>';
    }
    add_action( 'admin_head', 'my_custom_css' );

    Dear Shmoo, great answer and solution.

    Thank you!

    O M G
    was just looking all over the universe for t his — seems Yoast folks, even with pro version, don’t “get” the concept of use cases where all this intrusive stuff should be able to be deactivated under an UX tab and checkboxes, just like normal WP post screen options. Duh.

    Even with Pro version, this kind of issue is super annoying.

    THANK YOU FOR THIS SOLUTION.
    And obvious when I think about it. But wake up call on how to hide other elements as well. Thanks! ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Move Yoast Messages out of Publish Area’ is closed to new replies.