Forums
(@liliie)
12 years, 9 months ago
If you are using Thesis to manage your titles you need to remove the WordPress SEO by Yoast title action with the following code. Paste this into your custom_functions.php
custom_functions.php
remove_filter('wp_title', array($wpseo_front, 'title'), 10, 3);