elviselvis on "Show specific translated post in template regarding of the...
Thanks again! Works :) Love wordpress, tried lot of CMS's, but wordpress is much easier and more flexible than any other CMS. Community is also greate, very helpful!
View Articlejahur on "making translation theme ready"
Hi Chouby, I developed a simple wp theme. Don't know how to make fit for my theme for translation. I googled for 3 days to do that. Read a lot of articles and wordpress codex but can't do it. Can you...
View ArticleChouby on "[Plugin: Polylang] Translating Custom Post Type & Taxonomy Slugs"
I am sorry. I confirm that it doesn't work. Only a small part of the job is done here and in fact it will be quite complex to make it work.
View Articlejahur on "making translation theme ready"
I read it before. Where do I get POT file? Where do I place the file? If any expert review my theme it will help me a lot.
View Articleteolives on "[Plugin: Polylang] Sharing label Jetpack"
Hey Chouby, I greatly appreciate your help (once again) but nothing happens... Is it OK to put in functions.php or must it be in a custom plugin at all costs? Matteo
View Articleteolives on "[Plugin: Polylang] Sharing label Jetpack"
I'm on a multisite installation: would that matter?
View Articleesmi on "making translation theme ready"
Where do I get POT file? You have to create it using a tool like Poedit. Where do I place the file? That's entirely up to you. commonly it's in a sub-folder called languages. Then you need to reference...
View Articlejahur on "making translation theme ready"
Hi esmi Can you tell me the mechanism of translation. How it works?
View ArticleMte90 on "[Plugin: ALO EasyMail Newsletter] [Feature] Support for polylang"
It's possible add the support for polylang? http://wordpress.org/extend/plugins/alo-easymail/
View Articleeventualo on "[Plugin: ALO EasyMail Newsletter] [Feature] Support for polylang"
Here you are a first attempt, not completed but a good starting point: http://wordpress.org/support/topic/cant-get-current-locale-trying-to-implement-polylang?replies=5
View ArticleMte90 on "[Plugin: ALO EasyMail Newsletter] [Feature] Support for polylang"
ops i have missing this link XD
View ArticleChouby on "[Plugin: Polylang] Sharing label Jetpack"
It works in functions.php too, although I prefer using a custom plugin, to avoid loosing customizations when updating the theme. You must not keep the default sharing label in the Jetpack plugin...
View ArticleChouby on "[Plugin: Polylang] How do I translate entries of display options...
You can add this in custom plugin: add_filter('option_yarpp', 'translate_yarpp'); function translate_yarpp($options) { $to_translate = array('before_related', 'no_results'); foreach ($options as...
View ArticleChouby on "[Plugin: Yet Another Related Posts Plugin] Better integration of...
Hi Mitcho! Since this topic, I decided that Polylang should support YARPP, so the language taxonomy is now registered with the YARPP option and I hope everything works well. Now I got the logical...
View ArticleChouby on "[Plugin: Polylang] Compatibility problem with Subscribe2 plugin &&...
That's not the best way to do with subscribe2 which is already internationalized. So you don't need to modify the plugin. You should just translate the plugin using poedit or the WordPress plugin...
View ArticleChouby on "[Plugin: Polylang] Compatibility problem with Subscribe2 plugin &&...
Oh and for your other question. Read this: http://polylang.wordpress.com/documentation/documentation-for-developers/list-of-options-which-can-be-set-in-wp-config-php/
View Articlerobcarroll on "[Plugin: Polylang] posts only display titles, no content"
Hi, I finally had time try the debug setting. This error shows repeatedly in the debug.log file: [07-Mar-2013 19:53:13] PHP Notice: Undefined index: QUERY_STRING in...
View ArticleChouby on "[Plugin: Polylang] posts only display titles, no content"
To remove the notice, try replacing the line 419 by: wp_redirect(empty($_SERVER['QUERY_STRING']) ? $redirect : $redirect . ($wp_rewrite->using_permalinks() ? '?' : '&') ....
View Article