Chouby on "[Plugin: Polylang] Custom post synchrone field problem"
Yes the "copy" means that Polylang will sysnchronize the custom field. Here is how Polylang acts depending on the keywords used (I got information from a WPML user before coding this). // copy =>...
View ArticleDaaf on "[Plugin: Polylang] Pages on alphabetic order"
Hey there, Thanks for taking some time to read my topic! :) As the title says, the pages I create are in alphabtetic order and that is not what I want. How can I order the pages in an order that I...
View ArticleChouby on "[Plugin: Polylang] Pages on alphabetic order"
Hi! Use the same you would without Polylang, i.e page order in the relevant metabox when you edit the page. you can choose to synchronize this page order accross languages in Polylang settings.
View ArticleSeb81 on "[Plugin: Polylang] Custom post synchrone field problem"
Ah thanks ... now I understand as well a behaviour that I always found strange, related to the fact that translate does copy at first but does not synchronize afterward.. super handy feature !! So...
View ArticleSeb81 on "[Plugin: Polylang] Custom post synchrone field problem"
topic resolved by the way ! A few lines for search engines : polylang may synchronize synchronization custom fields despite user options setting if wpml-config.xml wpml-config xml force copy over...
View ArticleSeb81 on "[Plugin: Polylang] Custom post synchrone field problem"
By the way I think you should write down a note/warning about wpml-config.xml authority over user settings in the "synchronization over meta content" doc :...
View ArticleSeb81 on "[Plugin: Polylang] Pages on alphabetic order"
Just click the title of the column you want to use to sort : date, etc...
View ArticleChouby on "[Plugin: Polylang] Custom post synchrone field problem"
You are right. I updated the documentation :)
View Articlemelic on "[Plugin: Polylang] How to translate category name in the template."
In the theme displays the names of some categories as follows: <ul class="categories-tabs"> <?php $i = 1; foreach ( $module['category'] as $category ) { printf( '<li%s>%s</li>', (...
View ArticleChouby on "[Plugin: Polylang] How to translate category name in the template."
Hi! Replacing: get_cat_name( $category ) by get_cat_name( pll_get_term( $category ) ) may do what you want. Better to do this in a child theme to avoid loosing modifications at theme update.
View ArticleFatalMojo on "[Plugin: Polylang] Link generation in proper language for...
Heya! I'm trying to add links to specific custom post archives in the current language but I'm not having any luck. I can't use the static urls because my site uses /language/ in the uri to detect...
View Articlemelic on "[Plugin: Polylang] How to translate category name in the template."
Thank you very very much)
View ArticleVenutius on "[Plugin: Polylang] Changes to RSS feed??"
Since I installed Polylang my RSS feed has changed. For one thing all the characters are in bold but also I have lost my alternative language feed. What is the impact of Polylang on RSS? Is there a...
View ArticleVenutius on "[Plugin: Polylang] Some shortcodes stopped working?"
I have a shortcode on my english homepage that works find but does not get processed on the spanish page I've just created. Any ideas what would stop this? https://wordpress.org/plugins/polylang/
View ArticleVenutius on "[Plugin: Polylang] Some shortcodes stopped working?"
I solved this one thanks, it was because there were no spanish categories for the shortcode to display yet.
View ArticleChouby on "[Plugin: Polylang] Changes to RSS feed??"
Hi! Polylang filters RSS feeds per language. If you don't hide the language code in urls, the url yoursite.com/feed/ will not exist anymore, replaced by urls like yoursite.com/en/feed/ or...
View Articlepetehawk on "Polylang - Sharing pages across languages"
Thanks Guys for your thoughts.... Custom content by country seems promising. Much appreciate your help Pete
View Articlemiteran on "WooCommerce and Polylang Products page"
Hello, I have a problem that the my products are shown only in /wp/en/products page, the translated page /wp/de/produkte doesn't showing them. And in Woocommerce plugin I have only one page as option,...
View Articleakerbeltzalba on "Polylang prevents switching admin UI language in 4.0"
I maintain the gd locale for WP (ORG and COM) and went to test the new 4.0 package before publishing it. Now I was running 3.9.1 which a colleague had installed in English. I used the automatic upgrade...
View Articledavidmcc3 on "polylang compatible with headway theme?"
Hi IvyL I'm in the process of adding Polylang to a Headway site, and so far everything is fine. Let me know if you'd like to discuss/see the site when I'm a little further with it (about a week, I...
View Article