ulissse
Forum Replies Created
-
Sorry, I didn’t replyt ot your question so :
Yes, I just try to remove the title output by the Yoast SEO plugin. That’s all i need. π
Thanks.
- This reply was modified 5 years, 8 months ago by ulissse.
Hello Carl B and thank you for your response but I just tried with version 14.9 and this is what i get :
<!– This site is optimized with the Yoast SEO plugin v14.9 – https://yoast.com/wordpress/plugins/seo/ –>
<title>YOAST SEO TILTE</title>
<meta name=”robots” …
…
<!– / Yoast SEO plugin. –>As you can see it is Yaost SEO that is adding this title and not wordpress.
And just to be sure, i just try by installing a brand new theme and the trouble is the same. Description is removed successfuly but the title is still there. Just as shown above.
Thank you for your help
Hi,
I’m on v14.1 but impossible for me to found SEO-Search Apperance ???
Anyway, I’m forced to use <?php wp_title(β|β, true, βrightβ); echo $value;?> because $value use a php code that can detect differente instance of the title andand react according the instance he found. and it is impossible to do that with yoast.
To bad you cannot give me the code to add within my function.php file that will be able to remove the yoast title because that could solve my problem.
Anyway, thank you for trying to help me but it seems i’m stuck with version 13.5 for ever. lol
And @amboutwe, as stated on https://yoast.com/help/my-seo-title-isnt-displayed-as-i-have-entered-it/#no-title-tag my theme do not support title-tag so i use <?php wp_title(”); ?> format. which is for me a lot more practice for my own customization.
What i don’t understand is why Yoast since version 14 force his title even if my theme do not have title-tag support enable?
Hi @marcanor ,
I have already checked, it’s not a plugin conflict or a problem with the theme.
The title is different because as stated above i add a value after the title like this :
<?php wp_title(β|β, true, βrightβ); echo $value;?>
In the code above wp_title(β|β, true, βrightβ) give the title (the same as the one yoast add.
The other part echo $value just add some text related to each post.So, after version 14 of yoast if the title of the page is BLABLABLA the post have one title like this “BLABLABLA + TEXT” and a second title like this “BLABLABLA”.
I use now the 13.5 version with no problem but everytime i try to update, every page of my site get 2 titles.
Thank you for your response Eli, but I’m totaly sure it’s not a cache problem.
I use the Following custom title :
<?php wp_title(‘|’, true, ‘right’); echo $value;?>
Before version 14 yoast was able to detect my title and don’t added the yoast title but since version 14, yoast cannot detect my title anymore and add a second title on each and every page of my website.
Just to let you know, I have absolutely no problem with version 13.5. the problem occur only since version 14.
So, the problem seems coming from Yoast SEO plugin itself and not from an other source.
- This reply was modified 6 years ago by ulissse.
Thank you for getting back to me.
To me, the only conflict is comming from Yoast SEO since version 14 because version 13.5 is working very well!
Hello,
Thank you for getting back to me.
1/ So, I have perform a plugin conflict check and no plugin conflict.
2/ The problem occur only with my theme and yoast, but this is normal because i have Added a custom title within my theme. like this : wp_title(β|β, true, βrightβ); + one php variable.
3/ My wordpress version is 5.4.1-fr_FR
4/ The issue occur on all part of my site, homepage, pages, posts, tags, categories,…
5/ No javascript error
6/ Clearing cache do not change anithing.
Thank you.
No, I can not confirm that because the issue is still there in V 14.0.4
And i’m forced to always rollback to version 13.5 which is the last version working fine.
I have build an other post regarding my trouble with more details here : https://ww.wp.xz.cn/support/topic/duplicate-tag-4/
I just hope that will be resolved in next version.
Same trouble for me, back to 13.5 and everything is back to normal
Totally agree, I will stick with version 13.5
Too bad they Don’t offer a lite version of the plugin because there is way too much unnecessary functionalities that start to make this plugin too heavy.
OK, I just rollback (WP Rollback plugin) to version 13.5 and everything is back to normal. Will see if the next update resolve all bugs…
Yes, WP Rollback plugin is able to rollback to version 13.5.
- This reply was modified 6 years, 1 month ago by ulissse.