Quantcast
Channel: WordPress.org Forums » [Yoast SEO - Advanced SEO with real-time guidance and built-in AI] Support
Viewing all articles
Browse latest Browse all 42467

jodiw on "[Plugin: WordPress SEO by Yoast] Change where Yoast Meta box is positioned on all pages/posttypes"

$
0
0

Should just note that I had to add it to my functions.php like so:

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

add_filter( 'wpseo_metabox_prio', 'yoasttobottom');

Works perfectly though.


Viewing all articles
Browse latest Browse all 42467

Trending Articles