Hey Guys, i am looking for a Plugin that allows me the following:
\- Upload a zip file with text files in it (docs, odt etc.)
\- Iterates over each file of the zip
\- Creates a Blog Post out of each file
Is there a Plugin that can do that?
Copyright © 2020 - 2022, Project DMC - WordPress Tutorials for Beginners- All Rights Reserved. Privacy Policy
if it was a spreadsheet you could use WP All Import
Don’t think there’s anything that can do this. There’s too much variability with text files. There are plugins that will take structured content (like a csv) and import to posts like this-
https://www.wpallimport.com/
It is unlikely you’ll find such a plugin for 2 reason, file uploads and parsing the content of uploaded files. These are things that devs try to avoid as much as possible because of the security concerns.