Plugin Author
Chouby
(@chouby)
Hi Rolf!
Yes I will be at the WordCamp. It will be nice to see you 🙂
This “issue” has already been reported. I am not a user of WP for Android or any other App. The problem is indeed that I can’t do much things with these Apps. There is no possibility to change the language of a post or to filter the list per languages. So I chose to keep only the default language.
To be honest, You are the second to complain. I don’t know how many people would complain if I changed that.
I understand. It might be confusing if posts in all languages are visible while only able to create new posts in the default language… What if it where an option on the Polylang settings page?
Best would of course be real integration but I only found https://android.forums.ww.wp.xz.cn/topic/add-custom-field-to-wordpress-android-app so I guess there is not much interest in this area. Which is strange really. Many use a multi-language plugin, many use the WordPress App. But never together? Ah well, it took me a while to notice the incompatibility too 😉
Plugin Author
Chouby
(@chouby)
Maybe you can try:
if (defined('XMLRPC_REQUEST'))
define('PLL_ADMIN', true);
in wp-content/polylang/pll-config.php or in a custom plugin (to execute as soon as the plugin is loaded. I did not try, but loading the admin side of Polylang instead of the frontend side may do what you want.
By the way, http://status301.net/wp-content/uploads/2015/04/icon-256×256.png might be something for in http://plugins.svn.ww.wp.xz.cn/polylang/assets/ 🙂
I am thinking to this and the banner too 😉
Hey! That seems to do the trick 🙂
For future reference, there’s a Github request for adding custom fields on https://github.com/wordpress-mobile/WordPress-Editor-Android/issues/114 …