Back to Blog

Move Yoast Meta Boxes Down The Post Edit Screen

Published on 10 April 2019

If you want to push the Yoast SEO plugin metabox down – particularly if using other plugins like Advanced Custom Fields for building content – then you can add this little snippet to push it down:

// Move Yoast to bottom
function yoastpushbottompro() {
	return 'low';
}
add_filter( 'wpseo_metabox_prio', 'yoastpushbottompro');
Let's Work Together

Got a project like this in mind?

I build bespoke AI agents, RAG systems, and high-performance WordPress & Next.js sites. Let's talk about what's possible.