wp api – How to Create a Post from localfiles?
How to create fast and easy wp post from local files?
i have local folder “Project” and they have subfolders post1, post2, etc… and img subfolders.
How can I automatically create posts on my blog using api and markdown markup or just a txt file that will store the title, slug, keywords, content and other options?
My default post is wp gallery, so i need to specify the img folder that stores the entire gallery for the post that needs to be loaded.
-Project
-post1
-img
-image1.jpg
-image2.jpg
-image3.jpg
-post2
-img
-image1.jpg
-image2.jpg
-image3.jpg
Leave an answer