Skip to content

Instantly share code, notes, and snippets.

@aderaaij
Last active February 7, 2025 14:26
Show Gist options
  • Select an option

  • Save aderaaij/6767503 to your computer and use it in GitHub Desktop.

Select an option

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
Copy Markdown

Hallelujah!! Works for me!

@brrrm

brrrm commented Jun 23, 2020

Copy link
Copy Markdown

working great in WP 5.4

@smallcolin

Copy link
Copy Markdown

Great stuff!

@geoclaps

geoclaps commented Sep 4, 2020

Copy link
Copy Markdown

Still works fine, thank you.

@davidhyland

Copy link
Copy Markdown

Yup, perfect hack. Thank you!

@nater-media

Copy link
Copy Markdown

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

@IntrepidRealist

Copy link
Copy Markdown

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

@webermori

Copy link
Copy Markdown

Thank you! πŸ‘

@ajaxthemestudios

Copy link
Copy Markdown

Thank you very much!

@arun369

arun369 commented Apr 8, 2022

Copy link
Copy Markdown

Works very well, thanks a lot. πŸ‘πŸ‘

@dieppon

dieppon commented Aug 22, 2022

Copy link
Copy Markdown

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

ceccaHF commented Aug 25, 2022

Copy link
Copy Markdown

Great, thanks!

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