april-s of EWI
10/12/2017 - 6:15 PM

Yoast Meta Box Positioning

Move to the bottom of the page. Add this to theme functions

 // Move Yoast to bottom
function yoasttobottom() {
	return 'low';
}
 
add_filter( 'wpseo_metabox_prio', 'yoasttobottom');