Yoast Metabox is huge, and it gets in the way of a lot of stuff. Move it to the bottom of the edit screen with this handy snippet (functions.php).
// Filter Yoast Meta Priority add_filter( 'wpseo_metabox_prio', function() { return 'low';});
Yoast Metabox is huge, and it gets in the way of a lot of stuff. Move it to the bottom of the edit screen with this handy snippet (functions.php).
// Filter Yoast Meta Priority add_filter( 'wpseo_metabox_prio', function() { return 'low';});