solala
Forum Replies Created
-
Forum: Plugins
In reply to: [Kint Debugger] How to not expand everything?Wow, why didn’t I recognize it???
Thanks a lot and happy new year…Forum: Plugins
In reply to: [WP Crontrol] Setting up CRON job via URLI also faced the “problem” the php file was not executed.
Solution: Make it executable!As a work around, try this:
1) update you page
2) edit meta description directly in the databaseI know this is quite nasty, but for the time being it may be a quick and dirty solution…
// Enable qTranslate for WordPress SEO function qtranslate_filter($text){ return __($text); } add_filter(‘wpseo_title’, ‘qtranslate_filter’, 10, 1); add_filter(‘wpseo_metadesc’, ‘qtranslate_filter’, 10, 1); add_filter(‘wpseo_metakey’, ‘qtranslate_filter’, 10, 1);This doesn’t work with my WP3.5.1.
Any suggestions?radarred:
I am successfully using:
– Yoast SEO
– qTransl Meta
– WordPress shop germany WPSGNo problems…
JKNN:
My fix you have linked to is not working anymore with the latest Yoast version.However:
The trick of the whole hack was not to use the mentioned meta tags of Yoast, but the ones from Qtanslate meta plugin.
Try to leave the respective fields of Yoast blank.
It still works for me, I’ve just double checked it.My versions:
SEO Yoast: 1.2.5
qTransl Meta: 1.0.2I’ve just posted the solution working with WP 3.2.1 and WordPress SEO by Yoast (1.0.3) here:
Multilingual META tags