Show RankMath at the bottom of editor?

#64936
  • Resolved Ehsan
    Rank Math free

    Hi

    In wordpress admin > add new post RankMath show at the sidebar:

    https://drparsian.com

    How can I transfer it to the bottom of page?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Alberto
    Rank Math business

    Hello,

    Thank you for contacting Rank Math and sorry for any inconvenience that might have been caused due to that.

    You can achieve it by adding the following code at the end of the functions.php file in your current theme:

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

    Looking forward to helping you. Thank you.

    ​​​​​​​

    Ehsan
    Rank Math free

    Thank you Alberto.
    Please add this feature to Rank Math for next update.
    Best regards.

    Alberto
    Rank Math business

    Hello,

    It is added as you want when you use the classical editor in WordPress, but if you use the new editor (the Gutenberg editor) since it uses a new system, we display it in the sidebar, as the Gutenberg guidelines recommend.

    But some users don’t like it, that is why we added the filter I shared with you.

    Looking forward to help you.

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

You must be logged in to reply to this ticket.