🔶 DISABLE Gutenberg Sidebar Integration ?

#41707
  • Resolved Surendra.S
    Rank Math free

    When I am creating/editing a CUSTOM POST, I am getting Rankmath SEO Options block nicely below the Post.

    When I am creating/editing a NORMAL POST/PAGE, I am getting Rankmath SEO Options block in sidebar.

    I understood this is Gutenberg Sidebar Integration, and I don’t like this display format.

    What should I do to display Rankmath SEO Options block below every POST/PAGE. (but NOT in Gutenberg Sidebar).

    Note: For my Custom Posts, I am using classic WYSIWYG editor. May be thats why, Rankmath is displaying nicely.

    I need the same Rankmath editor (below Page/Post) to display everywhere.

    Let me know…
    Thank You All.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Writing this code in functions.php will work ?

    /**
     * Disable Gutenberg Sidebar Integration
     */
    add_filter( 'rank_math/gutenberg/enabled', '__return_false' );

    Hi there,

    Thanks for the reply and apologies for the delay.

    Yes this code should be able to do the trick!

    Please let us know if you would like some additional help 🙂

    Hello,

    Since we did not hear back from you for 15 days, we are assuming that you found the solution. We are closing this support ticket.

    If you still need assistance or any other help, please feel free to open a new support ticket, and we will be more than happy to assist.

    Thank you.

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

The ticket ‘🔶 DISABLE Gutenberg Sidebar Integration ?’ is closed to new replies.