Chouby on "[Plugin: Polylang] The problem with the translation of dates and...
I am aware of this warning and there won't be any issue because of it. The author of Codestyling Localization has included his warning because this is best practice to use 'load_plugin_textdomain'. And...
View ArticleChouby on "[Plugin: Polylang] Slug rewrite for Custom Post Types and Custom...
I believe there are 3 steps to make this work: 1. register the string to store its translation 2. modify the WordPress rewrite rules to have different rules by language 3. filter the generated links...
View Articlemiguelcortereal on "Polylang and Yoast SEO Plugin"
This is just a thought, but I've noticed that on last Yoast Seo Plugin update, there was a fix related with strings reported at changelog. Who knows if the problem is at Seo Plugin ?
View Articlefireproofsocks on "polylang and cctm results in 404 on all pages"
Sorry, I didn't see this post. The WP permalinks have some problems as you've noticed. I've got some work-arounds in the works, but some coding is required...
View ArticleRichard Archambault on "[Plugin: Jetpack by WordPress.com] How to Show...
Have you solved the issue with the Twitter cards yet? If not, can you describe exactly where you are having trouble, or what step you don't get? I'll see what I can do to help.
View ArticleReactorShop on "Polylang and Yoast SEO Plugin"
My Wordpress website broke with 404s all over the place, so I reinstalled Wordpress, again, yesterday morning. I decided to install only the plugins that I deemed absolutely necessary and let the more...
View Articlerschweri on "[Plugin: Polylang] Tab "Menu" in settings not shown"
Okay, nice! Thank you :)
View Articlelizlein09 on "Polylang switcher not a menu item"
Hi, I have the same problem in finding the checkbox for adding the Language Switcher to a custom menu. Have you solved? I have three navigations menu, one for the language I've defined but the checkbox...
View Articleesmi on "Polylang switcher not a menu item"
As per the Forum Welcome, please post your own topic in the plugin's dedicated forum.
View Articlenorboo on "[Plugin: Polylang] Slug rewrite for Custom Post Types and Custom...
Hi! Thanks for your reply! 1.That's exactly what I did. pll_register_string('Products Slug','products'); en->products zh->产品 2.How would I do that? It works with everything else, but the...
View Articlev4ssi on "[Plugin: Polylang] pll_register_string problem"
Sorry for necroposting. How is possible get the last solution without change the admin.php ? I tried to understand how do it with hooks/override on functions.php but i'm not getting any point.
View ArticleChouby on "[Plugin: Polylang] pll_register_string problem"
Could you better explain what you want to achieve?
View Articlev4ssi on "[Plugin: Polylang] pll_register_string problem"
Hello Chouby, thank you for you attention. I need to have the possibility to modify the "widget-text content" from strings-translations of your awesome plugin. And the code that jussi.r wrote it's good...
View ArticleChouby on "[Plugin: Polylang] pll_register_string problem"
The best in my opinion is to use the possibility to have a widget displayed for only one language (Polylang adds this option in most widgets including the text widget). Otherwise you can add use this...
View Articlev4ssi on "[Plugin: Polylang] pll_register_string problem"
I was not far when i tried alone but not enough near. :D I tried to debug the code for 3 hours, like a dumb, because the server gave to me "internal server error 500 ". Also if loggin was active,...
View Articlerschweri on "Polylang permalinks setCookie"
Hey I'm using Polylang 1.1.5 on my website. And on this website I got 3 languages: German, English and French. If I am on my home site in German, switch to English home site and then click on another...
View Articlev4ssi on "[Plugin: Polylang] pll_register_string problem"
I've found the solution of the second problem. Just add in functions.php this line: add_filter('widget_text', 'pll__', 1); That i've taken from core.php line 117. Thank you again Chouby.
View Articlebirhon on "[Plugin: Polylang] Showing default language if there's no...
Hello Chouby, Polylang is working perfect, and Thank you! but I have hundreds of old posts in my blog. I don't want to translate them. Is there any way to dislay posts from the default language if...
View Articlemaija.vilkina on "[Plugin: Polylang] Categories and tags gone after uninstall"
Hi! I tried out Polylang and after disabling it, all my categories are gone from the WP Admin Categories and Tags windows. They are still in the WP_terms table in database as well as attached to posts...
View Articlezearth on "[Plugin: Polylang] SQL query for a italian post?"
Hi I can't see in any post here on how to call a Post with Italian, Spanish or English translation. Below is a code that I put on my custom plugin but it calls all languages and translation. How can I...
View Article