How to Disable Latest Blog Posts from Rank Math | RM Dashboard (Backend)

[ad_1]

Hello @generosus,

Thank you for your query and we are so sorry about the trouble this must have caused.

At the moment, we don’t have a filter to disable the blog posts in your dashboard widget. As a workaround, you can make use of this code and insert this into your theme’s functions.php file:
add_action('admin_head', 'hide_rm_blog_urls'); function hide_rm_blog_urls() { echo '<style> .rank-math-blog-title, .rank-math-blog-list{ display: none !important; } </style>'; }

You may refer to this guide on how to add the code to your website:

Hope that helps.

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer