I’m trying to use it for woo products. I filtered my products based on a category. I got about 200 as result, then I select all, but when I’m on the bulk edit screen it only shows the products on the first page.
some assistance please. thanks
]]>I have a very, very large site and this will only edit 50 posts at a time. I have well over 40,000. But I have been operating the plugin accurately according to the documentation — it has been installed, I click the link with the greater number of items that appears, I make the bulk change, and then it still only edits 50.
]]>When a post type has a post status with the option show_in_admin_all_list
set to false
, bulk action with post_status=all
is stopped by this condition:
`
if ( $num_items != $num_posts ) {
return;
}
`
F.e. i have 12 posts in ‘all’ tab (10 per page) and 5 posts in a tab with show_in_admin_all_list:false post status; this condition turns to if ( 12 != 17 )
, and the plugin silently returns here, so i get only 10 posts processed.
Am i doing something wrong? Is there a workaround? Thank you in advance!
]]>When some of post table columns are hidden via Display Settings, they get hidden
class, and .basa-selectall td
colspan value should be recalculated just before displaying .basa-selectall
.
Otherwise, i get broken layout (Google Chrome latest):
And with proper colspan value:
Hi, and thanks for the great plugin!
Many other plugins, f.e. WooCommerce, add its own custom bulk actions, but this condition prevents them to work:
$bulk_object_type == 'post' && ! in_array( $wp_list_table->current_action(), array( 'trash', 'untrash', 'delete' ) )
– could it be removed?
Also, it would be nice to get some error message displayed in such cases.
]]>Just wondering what the hold up on “edit” functionality is… I just added ‘edit’ to the array on line 90 of admin.php and it works great.
At any rate, thanks for the plugin, that one tweak and it does everything I needed it to
]]>wp 4.6.1 select only firs page pos listing
https://www.ads-software.com/plugins/bulk-actions-select-all/
WP 4.5.2
It says it’s selected all the custom posts, but it only deletes the 20 on that page.
https://www.ads-software.com/plugins/bulk-actions-select-all/
]]>[Just wanted to add a big appreciation for your having created this plugin. I really want it to work for me!]
I’m trying to use this with a custom post type, called Speakers.
The select all option appears for me after I click the Select All box.
After I click the plugin’s select all option, it shows that all 171 posts have been selected.
Then I select the change I want to make, which is setting them all to Pending Review.
After I hit Update, only the 20 posts on the first page get updated to Pending Review.
https://www.ads-software.com/plugins/bulk-actions-select-all/
]]>I just try to installed this plugin on my WP, but it doesn’t work,, nothing “select all” text appears on post page.
https://www.ads-software.com/plugins/bulk-actions-select-all/
]]>Feature suggestion: could you make this do a bulk move of all posts to draft status, rather than deleting them?
https://www.ads-software.com/plugins/bulk-actions-select-all/
]]>The plugin works well, but only for the admin pages which show all posts. For example, if only posts from a custom taxonomy are shown (edit.php?tax=term&post_type=cpt
), it still (after showing usual messages) deletes only the posts from current page.
https://www.ads-software.com/plugins/bulk-actions-select-all/
]]>Hey ??
I have been looking for a plugin like this for a while … so thanks for creating it !
Just testing it out, but when try to do a bulk edit and select all entries … your plugin message says all the entries are selected … but the list of article in the bulk edit box are just from the first page.
If I make the edit only the first page entries are updated.
This happens if I select all entries before or after selecting bulk edit.
If you need any more information let me know
https://www.ads-software.com/plugins/bulk-actions-select-all/
]]>