I’ve been update I did not find problems
@Bryson T the problem is the titles is not formating correctly they should be a space between the title and your site name,V6.2 making it look like this e.g After Party Riddim – ChimneyJah Live Radio the correct way should be (e.g After Party Riddim – Chimney | Jah Live Radio)to see what i mean look in your browser bar on the tab of your site and you will see the title is not format for SEO if you update to v6.2..
Yep, experiencing this issue too but fortunately I haven’t launched my site yet.
Please fix ASAP!
Hi,
Please check this solution, till the next update, replace this code: http://screencast.com/t/Evk7lgHg with this one – http://pastebin.com/AkMvgryW It should fix this issue on pages and also on post it will take SEO settings.
Thanks!
Here’s the code from paste bin:
add_filter('wpseo_title', 'td_wpseo_title', 10, 1);
function td_wpseo_title($seo_title) {
// outside the loop, it's reliable to check the page template
if (!in_the_loop() && is_page_template('page-pagebuilder-latest.php')) {
$td_page = (get_query_var('page')) ? get_query_var('page') : 1; //rewrite the global var
$td_paged = (get_query_var('paged')) ? get_query_var('paged') : 1; //rewrite the global var
if ($td_paged > $td_page) {
$local_paged = $td_paged;
} else {
$local_paged = $td_page;
}
// the custom title is when the pagination is greater than 1
if ($local_paged > 1) {
$post_id = get_queried_object_id();
return td_wp_title(get_the_title($post_id), ' - ');
}
}
// otherwise, the param $seo_title is returned as it is
return $seo_title;
}
I just update to 6.2.1 on http://www.virtualmagie.org/ and I have the title problem.
I appears (name of the page + name of the site) :
<title>AccueilVirtual Magie – l'actualité des magiciens</title>
but with WordPress SEO plugin the correct title should be:
Virtual Magie – magie pour magiciens : forums, vidéos, secrets, petites annonces, articles…
Any idea?
Is there anyway we get the appropriate Image for the Article while sharing socially?
(While sharing to GooglePlus, the original image is replaced by some old ones and I have to click next and next and so on till I get the correct Image and then publish.It really is frustrating sometimes.)
Please help me with the issue.
TIA 🙂
