Skip to content

Instantly share code, notes, and snippets.

@aderaaij
Last active April 3, 2024 20:11
Show Gist options
  • Save aderaaij/6767503 to your computer and use it in GitHub Desktop.
Save aderaaij/6767503 to your computer and use it in GitHub Desktop.
Wordpress - Move yoast seo boxes to bottom of post/page
// Move Yoast to bottom
function yoasttobottom() {
return 'low';
}
add_filter( 'wpseo_metabox_prio', 'yoasttobottom');
@IntrepidRealist
Copy link

Hallelujah!! Works for me!

@brrrm
Copy link

brrrm commented Jun 23, 2020

working great in WP 5.4

@smallcolin
Copy link

Great stuff!

@geoclaps
Copy link

geoclaps commented Sep 4, 2020

Still works fine, thank you.

@davidhyland
Copy link

Yup, perfect hack. Thank you!

@nater-media
Copy link

Is it still working in 5.8 for anyone? I seem to be having troubles.

@IntrepidRealist
Copy link

I'm running 5.8 and it's still working for me.

@webermori
Copy link

Thank you! 👍

@ajaxthemestudios
Copy link

Thank you very much!

@arun369
Copy link

arun369 commented Apr 8, 2022

Works very well, thanks a lot. 👍👍

@dieppon
Copy link

dieppon commented Aug 22, 2022

using on WP 6.0.1 with Yoast 19.5.1.

Moving the meta from the content area, will break the primary term feature:

An error occurred loading the Yoast SEO primary taxonomy picker.

@ceccaHF
Copy link

ceccaHF commented Aug 25, 2022

Great, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment