URGENT title changues Newspaper 6.2 BUG

Posted in: Newspaper
Post count: 260

in 6.2 dont show correct title in post and pages. Thats bad for SEO. Do not upgrade 6.2

Post count: 48

TRUE!!

🙁

Post count: 555

I’ve notice it as well,this need fixing A.S.A.P

Post count: 69

same problem

Post count: 260

Revert update guys, because 6.2 can damage t in Google serps results

Post count: 555

Yeah i just went back to V6.1 to they figure out what went wrong with the latest update..

Post count: 322

Don’t freak out, guys. And does anyone have a screenshot of the problem? Harder to fix what can’t be seen.

Glad I hadn’t updated yet.

Thanks.

Post count: 35

I’ve been update I did not find problems

http://goo.gl/7SjeNa

Post count: 555

@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..

Post count: 171

I dont event want my site name to appear on the title and the theme forces it.

Post count: 44

I have the same problem with 6.2! Hompage should show in title what is writen in “SEO Title:” field in SEO by Yoats. Insted I get writen in title: Homepage + all the content from “Meta description:” – SEO by Yoats.

This will hurt my rankings 100%!

Post count: 171

And also OG Meta is displaying wrongly.

Post count: 249

Yep, experiencing this issue too but fortunately I haven’t launched my site yet.

Please fix ASAP!

Post count: 7909

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!

Post count: 48

SOLVED. Thanks Alin 😉

Post count: 69

thankyou

Post count: 35

Thank you!

Post count: 40

I do not understand 🙂

  • This reply was modified 11 years by eubox.
Post count: 171

What’s the code? Paste Bin doestn load.

Post count: 322

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;
}
Post count: 54

Thanks.

I update http://herencia.net and it run good 🙂

Post count: 260

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?

Post count: 122

Thank you so much, Alin.

Post count: 2

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 🙂

Post count: 103

It works. Thanks

Viewing 25 posts - 1 through 25 (of 34 total)
The forum ‘Newspaper’ is closed to new topics and replies.