• Resolved Ray Gulick

    (@raygulick)


    It’s pretty annoying to have the Rank Math metabox appear above custom fields metaboxes. From a workflow POV, all page/post content should appear above Rank Math, IMO.

    Similar problem with Yoast, BTW, but there is a pretty well known function that moves it to the bottom. Anything like that available for RM? Or perhaps a setting somewhere that I missed?

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

    (@mythemeshop)

    Hello @raygulick

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

    We do not have a filter available yet but it will be included in an upcoming update.

    I seek your patience in this matter.

    In the meantime, if you need any assistance, please let us know. We are here to help.

    MyThemeShop

    (@mythemeshop)

    Hello @raygulick

    Appreciate your patience.

    We have released an update today and you can use the following filter to lower the priority of the Metabox. Here’s the code:

    function rank_math_change_metabox_priority() {
        return 'low';
    }
    add_filter( 'rank_math/metabox/priority', 'rank_math_change_metabox_priority' );

    Hope that helps. If you have any further question(s), please let us know. Thank you.

    Thread Starter Ray Gulick

    (@raygulick)

    Thanks! Function works great!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Is there a function to give rank_math_metabox a lower priority’ is closed to new replies.