remove Latest Blog Posts from Rank Math from dashboard

#478810
Viewing 3 replies - 1 through 3 (of 3 total)
  • Anas
    Rank Math business

    Hello,

    Thank you for contacting Rank Math.

    You can add this filter to your website to hide that section from the Overview:

    add_action( 'admin_footer', function() {
    	    ?>
    	    <style>
    		.rank-math-blog-title, .rank-math-blog-list {
    		    display: none !important;
    		}
    	    </style>
    	    <?php
    } );

    Here is a guide you can follow to add the filter:
    https://rankmath.com/kb/wordpress-hooks-actions-filters/

    Hope this helps.

    We look forward to helping you.

    Thanks a lot, i have tried it using admin_head and was able to hide all except rank-math-blog-title
    but your way fixed that

    Anas
    Rank Math business

    Hello,

    We are super happy that this resolved your issue.

    If you have any questions in the future, please feel free to create a new forum topic, and it will be our pleasure to assist you again.

    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)

The ticket ‘remove Latest Blog Posts from Rank Math from dashboard’ is closed to new replies.