N
N
Nigativslam2021-08-11 12:24:23
WordPress
Nigativslam, 2021-08-11 12:24:23

Is there a bulk post creation plugin for Wordpress?

Good afternoon! Actually a question in a subject. You need a plugin (if there is one) or a way to bulk create posts in wordpress. The entry must be created from a folder. Let's say the name of the entry is from the name of the folder. Inside folder 1 there are several pictures, which should be added to the post, usually or in the form of a carousel. as well as a pdf file, which should be displayed with a download link or opened in a browser.

You need to fill the site, and there are too many such folders))). Manually - just tin! Of course, I can tie an external action automator, but this is a wild crutch.

Please let me know if there is a solution to this problem!

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Vladimir Korotenko, 2021-08-11
@firedragon

that the first one came
across https://www.wpbeginner.com/plugins/how-to-bulk-add...
but in fact it's better to write your own uploader that parses csv and creates entries

A
Artem Zolin, 2021-08-11
@artzolin

I won’t suggest a plugin, but the task is already quite trivial. You collect any cycle according to your listed conditions and use wp_insert_post()and add_post_meta()publish posts with the necessary data
. And if you have csv or another tabular data format, you can use the paid WP All Import plugin

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question