Dieses Plugin ist nicht mit den jüngsten 3 Hauptversionen von WordPress getestet worden. Es wird möglicherweise nicht mehr gewartet oder unterstützt und kann Kompatibilitätsprobleme haben, wenn es mit neueren Versionen von WordPress verwendet wird.
Bulk Creator is a plugin designed to quickly create a mass amount of posts, pages, or custom post types. You can apply default content, hierarchy and taxonomies to the posts you create.
The plugin will automatically detect all custom post types and taxonomies, and no setup is required!
Screenshots
An example of bulk creation of pages
An example showing a custom post type being mass created
Installation
Download the plugin
Upload the folder „bulk-creator“ to wp-content/plugins (or upload a zip through the WordPress admin)
A great plugin!
However there is an issue with the number of displayed products. The plugin itself tends to show every single product in /admin.php?page=bulk-creator&post_type=product when performing bulk product creation. I've just reached 10 000 products and it looks like the plugin has issues with displaying them on the same page. As a consequence, I've got the following error: "Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 64 bytes) in /home/xxx/public_html/xxx.xxx/wp-includes/meta.php on line 840"...
Any chance we could get this sorted out?
Thank you.
There are others plugins that offer this but after testing them out, I settled on this one. It works great!
When confirming the posts to be created, it would be nice to drag and drop the order of those posts. It would be more intuitive, but this can be done by removing or reinserting the post to be added again. It at least lets you really finalize the posts list and the order they are in before submitting them to be created.
Warning: Missing argument 1 for plugin_dir_url(), called in C:\www\wp\tdschoolportraits\wp-content\plugins\bulk-creator\bulk-creator.php on line 24 and defined in C:\www\wp\tdschoolportraits\wp-includes\plugin.php on line 599
The fix would be to add __FILE__ in the plugin_dir_url() function.
Page: bulk-creator.php
Line: 24, 76, 77
FIX: plugin_dir_url(__FILE__)