Can I get the post id when trying to make a new post using xmlrpc?
This isn’t possible. The post id is only created during post creation in the database; if you see the post id in the admin editing screen before you hit ‘publish’ or ‘save as draft’ then an autosave created the record for you. If you ‘fake’ getting the next post id (such as fetching the highest … Read more