I hope this is the right .SE site for this question.

When on the road I want to use the Android WordPress app to write short snippets of articles for later use.

My blog has some custom article sections, which are shown as extra admin menu items when I open it per browser:

enter image description here

(In German localisation “Beiträge” means articles.)

But when viewing the blog in my Android app, I only see the normal article section. Also other extra admin menu items are not shown either:

enter image description here

As I don’t want to switch between the app and the browser (and to always re-login in browser), I would like to see those extra admin menu items in the app, too.

Is there any possibility to show extra admin menu items in the Android WordPress app?

If you need any further information, I’ll gladly edit them in.

1 Answer
1

You would have to change the code of the app, I have checked. It would be possible but hard to make your own version of the app that includes the added admin menus. If you would like to get that functionality added you should post on the forums as @RyanLoremIpsum said. But you may until then if it really bothers you want to stick to only using the mobile website. @Otto also said that you could fork the app and add functionality that would allow for menu integration with your plugin. But I would reccomend that if you are adding support for menus you should also try and integrate databases and other such plugin related data.

Leave a Reply

Your email address will not be published. Required fields are marked *