[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.
