I'm using the 'WordPress SEO' by Yoast plugin.
At the moment this plugin uses the 'wp_title' when displaying the post title. What do I change in the plugin code to get it to use '_yoast_wpseo_title'
I'm using the 'WordPress SEO' by Yoast plugin.
At the moment this plugin uses the 'wp_title' when displaying the post title. What do I change in the plugin code to get it to use '_yoast_wpseo_title'
The two have nothing to do with one another. wp_title() is not for post titles. It's for the <title> element, which displays the title in the browser title bar and on pages in search engines.
You must log in to post.