How to get all exisitng categories for all language from python thru RPC call
-
I try to upload post thru python via RPC call, also set the langurage and categories. I am using polylang plugin. categories are all created.
So use client.call(posts.GetPosts({‘post_type’: ‘post’, ‘number’: 100})) or GetPosts()to get exising post, however all the returned posts are only under default language. seeking for help on how to get all langurage post.
Also try to get a existing post by specify the URL. e,g, I can access thru website, but in python always say not found.
Seeking for help.The blog I need help with is: (visible only to logged in users)
- The topic ‘How to get all exisitng categories for all language from python thru RPC call’ is closed to new replies.