• Resolved davekuhar

    (@davekuhar)


    Love this plugin and wondering if you could add a feature –?hide the Yoast Duplicate Post garbage they insist on spamming my dashboard with. Nothing seems to make it go away permanently.

    Come to think of it, calling this plugin “Hide Yoast Garbage” isn’t a bad idea.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Pieter Bos

    (@senlin)

    Hi Dave,
    Glad that you like the plugin.
    Could you send a screenshot of the duplicate post garbage you describe please?

    Thread Starter davekuhar

    (@davekuhar)

    Sure: https://www.screencast.com/t/mdUUz8K5AW

    Note that the ID of the div is duplicate-post-notice

    Plugin Author Pieter Bos

    (@senlin)

    Hi Dave,

    Thanks for the screenshot.

    So this is for a separate Yoast plugin.

    There are 9 plugins from team Yoast in total; something I don’t want to start catering for in the Hide SEO Bloat plugin.

    It could be an idea though to add a plugin to get rid of all the “garbage” that. is added to their plugins.

    Thread Starter davekuhar

    (@davekuhar)

    Eh, it was an idea. I can see why you wouldn’t want to bother chasing Yoast spam everywhere. I just added this to my functions.php file:

    // Tired of Yoast spam
    function shut_up_yoast() {
       echo '<style type="text/css">
               #duplicate-post-notice {
               	display: none !important;
               }
             </style>';
    }
    add_action('admin_head', 'shut_up_yoast');
    
    Plugin Author Pieter Bos

    (@senlin)

    That’ll do the trick ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Hide Duplicate Page junk’ is closed to new replies.