外掛說明
這個外掛已於 2022 年 2 月 16 日關閉,且不提供下載。 原因: 安全性問題
使用者評論
2018 年 1 月 18 日
Not that relevant anymore to its goal with custom fields being used all over (and a need for bulk filling them), but does what it says very well.
2017 年 2 月 1 日
This plugin works perfect, specially when you need to create 170 pages in less than 5 minutes.
2016 年 9 月 3 日
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.
2016 年 9 月 3 日
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.
2016 年 9 月 3 日
It works…any chance on getting an update or perhaps support on how best to use this in bulk posting? Thanks!
2017 年 2 月 7 日
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__)