60 comments found.
Please review the problems in the video https://skrinshoter.ru/vXt5PwezW1O
Hello
Please write mi on the forum – https://pluginus.net/support/forum/wpbe-wordpress-posts-bulk-editor-professional/
I will give you a solution
Hi, can I use this plugin to add categories in bulk to ad listings and directories?
Hello
This plugin is designed for posts. You can add categories for different types of posts.
Is there a plugin designed to import files exported in this plugin?
Hello
Try to use WP all import
I need to add a category on 53.000 posts. Does the plugin do that?
Try free version please https://bulk-editor.pro/downloads, I hope you have good server
Hi, I am cleaning one of my websites. One question: If I delete lots of posts at once using your plugin, is it possible to delete the posts attachments, featured images too ?
Hello
Unfortunately the plugin does not have such a feature.
Hello,
Currently, the plugin does not have a built-in feature to delete attachments or featured images when deleting posts. However, this can be achieved by adding a small custom code snippet to your WordPress site’s functions.php file.
Here’s an example code snippet you can use:
function delete_post_attachments($post_id) {
if (get_post_type($post_id) !== 'post') {
return;
}
// Delete all attachments linked to the post
$attachments = get_attached_media('', $post_id);
foreach ($attachments as $attachment) {
wp_delete_attachment($attachment->ID, true);
}
// Delete the post's featured image
$featured_image_id = get_post_thumbnail_id($post_id);
if ($featured_image_id) {
wp_delete_attachment($featured_image_id, true);
}
}
add_action('before_delete_post', 'delete_post_attachments');
This code will ensure that when a post is deleted, all its attachments (such as images, documents, etc.) and the featured image are also deleted automatically. You can add this snippet to your theme’s functions.php file or a custom plugin.
If you’re not comfortable adding custom code, I recommend reaching out to a developer for assistance.
Can plugin bulk delete WooCommerce orders older than X days?
Hello
Unfortunately the plugin does not have such a feature. Woocommerce orders are no longer posts
Compatible with JetEngine posts/fields?
Hello
Unfortunately we do not have such information. you can try a free version – https://wordpress.org/plugins/bulk-editor/
Hello friends! Will this work with learndash and wordpress job manager cpt?
Hello If it is based (inherited) from a wp post – yes it should work. But you can do a test with the free version of the plugin – https://wordpress.org/plugins/bulk-editor/
Прошу добавить возможность скрывать лишние фильтры – https://skr.sh/sLrJ72vNR2v
Hello
Ok! Thanks for your suggestion, I’ve passed this on to the developers
Much appreciated Cheers 
Welcome 
When trying to change post type, the editor reloads and it still shows Post Type: Posts. I’ve updated all plugin, theme and WP to latest versions.
It seems like the editor is stuck to editing only Posts, can’t edit custom post types or pages.
Hello
Please try in file \wp-content\plugins\bulk-editor\lib\storage.php – add code – https://share.pluginus.net/image/i20230526132440.png
public $type = 'session'; //session, transient, cookie
and do a test
Hello, Please check the add new post function inside the WPBE site editor page. When select the post type is page for edit, then select “Add new post”, the plugin still add new post instead of page.
Hello
Ok! What plugin version number are you using?
You can write me here – https://pluginus.net/support/forum/wpbe-wordpress-posts-bulk-editor-professional/ – Please paste your license key here – https://share.pluginus.net/image/i20230222134241.png -> https://share.pluginus.net/image/i20230222134511.png and wp-admin access – https://share.pluginus.net/image/i20230222134615.png – I will check it
Considering your plugin. Question: If there are a large number of posts that begin with a period ”.” and I want to remove just that first period, but not keep all others in the post content, can your post do that? If so, how?
Hello
Unfortunately the plugin cannot do this.
Is there a way to add text to the end of all posts, without changing the original post content? Like adding one paragraph at the end of all posts.
Hello
Yes. Please use append option – https://share.pluginus.net/image/i20230420143632.png
Read this – https://bulk-editor.pro/wordpress-posts-bulk-edit
pre-sales – I have different custom post statuses with the “Edit Flow” plugin, is it possible to filter and edit with these custom statuses?
Hello
If that post status registered correctly WOLF will see it: https://share.pluginus.net/image/i20230405140856.png + https://share.pluginus.net/image/i20230405140628.png
You can play with free version https://wordpress.org/plugins/bulk-editor/
If troubles you can ask support: https://pluginus.net/support/forum/wpbe-wordpress-posts-bulk-editor-professional/
is it possible to delete post that has no views/traffics within certain range with this plugin?
Hello
yes. If traffic data is stored on the product side in meta data
Hi Realmag,
I’m sorry, I’m lost, why would you have export capability without import capability? Surely most potential purchasers would download their posts, edit them and want to re-upload to their site…...
Must be a crazy day today….
At least tell me that you can copy the contents of one field into another field in your bulk editor feature…...
Hello
Please read this – https://bulk-editor.pro/document/wordpress-posts-bulk-edit
Yes it is possible for some text fields
It would be such a great feature if we could import the posts back into the plugin after exporting and editing. Is this too difficult to implement?
I own your BEAR plugin so I also have this plugin, and I have a question; I have been manually editing meta fields in the WOLF editor. When I view the individual posts in the wordpress dashboard I clearly see the new meta field entries, yet they are not present on the frontend.
The way around this is to change a setting in the Gutenberg layout options panel > update it > change the value again back to the original setting and then update again.
Essentially I haven’t changed any values but wordpress doesn’t recognize the backend settings until I save everything again. This is obviously very time consuming. Is there a fix/solution for this please?
Hello
Is this too difficult to implement? – It’s not very difficult. But there are many great free plugins and native Wordpres functionality as well.
Is there a fix/solution for this please? – Not sure if it depends on our plugin. If you see changes in the meta fields on the post edit page, then my plugin changes the data correctly. But perhaps the third-party functionality that displays this data on the front has an internal cache. In this case, I need to know which hook the third-party feature uses to clear the cache.
I’m not sure there are any free plugins that deal with csv inporting of metafields correctly, well after my several hours of searching I didn’t find one. Perhaps you can point us in the right direction?
I’m not sure about there being a third-party cache involved, it’s certainly not a plugin because we have only got wordpress and the theme developers code which could be hiding anything.
To me, if you provide a csv export function then you should also offer a csv inport function to ensure that the data is being handled correctly. In this case we manually copied and pasted the information in your WOLF editor which was extremely painful and slow, yet the data still didn’t drive the correct frontend functionality. As I mentioned before, we had to go into each post and change a setting, save, change a setting back to the original value and then save again for all your plugin entries to save and display properly which defeats the object of using WOLF. Seems like the database is holding the content (maybe in the wrong format?), but it’s not being called properly which makes me feel that this could be a WOLF limitation…
Is there a code snippet that will reload the database data and save it properly?
I also have your currency switcher plugin and your woocommerce plugins, so I know your work is good, but I must say that this plug really does need a proper import function like most other ‘paid for’ bulk editors.
Hello
it looks like a good plugin – https://wordpress.org/plugins/wp-all-import/
Is there a code snippet that will reload the database data and save it properly? – no, as I already wrote to you, if you see this data on the post editing page, then the data has been updated correctly (and in the database too) The only problem is with the display functionality.
this plug really does need a proper import function – I will pass this to the developers
Wp all import does not handle meta data and when you export your posts as xml you cannot use that same xml data to import into WordPress because it’s not wxl format. Again, pass on our comments please to your developers because this plugin could be so much more useful if it did basic import/export well.
Hello
Ok! Thanks for your advice
Hi, is it possible to bulk somehing like this? For example, a post title is “Book 1 page 1” I want to add increament to the last number page “1” to 2, 3, 4, 5 … (book 1 page 1 until book 1 page 100, for example)
Hello
Unfortunately the plugin does not have this feature.
Does this work with the FIFU Featured Image plugin?
Hello
Unfortunately, we do not have such information.
But if this third-party plugin stores data on the side of the post, this editor can change this data
You can try it with the free version – https://wordpress.org/plugins/bulk-editor/
Is it possible to automate every day/hour the deletion of posts that contain X words in the title?
Hello
Unfortunately the plugin does not have this feature.