How to Disable Latest Blog Posts from Rank Math in the Dashboard

#761376
  • Resolved Aletheia Nature
    Rank Math free

    As the title describes how do i remove it? I tried it with this snippet of code i found but its breaking the whole dashboard.

    unction remove_rm_blog_list(){
    echo '<style>
    .rank-math-blog-title, .rank-math-blog-title + p, .rank-math-blog-list {
    display: none !important;
    }
    </style>';
    }
    add_action('admin_head', 'remove_rm_blog_list');

    Screenshot

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

The ticket ‘How to Disable Latest Blog Posts from Rank Math in the Dashboard’ is closed to new replies.