Code

Discussion on WOLF - WordPress Posts Bulk Editor and Manager Professional - Posts bulk edit

Discussion on WOLF - WordPress Posts Bulk Editor and Manager Professional - Posts bulk edit

Cart 756 sales
Recently Updated

realmag777 supports this item

Supported

This author's response time can be up to 1 business day.

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.

pre-sales – I have different custom post statuses with the “Edit Flow” plugin, is it possible to filter and edit with these custom statuses?

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….

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.

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey