Descripción
Siternet Post Deleter is a safe and controlled tool for bulk deleting WordPress posts in batches.
Instead of deleting all posts at once, the plugin allows administrators to remove posts step-by-step using a configurable batch size. This reduces the risk of server overload and accidental data loss.
Key features:
- Batch-based deletion (adjustable size)
- Optional category filtering
- Permanent deletion (no trash)
- Safe media cleanup
- Featured image protection logic
- Admin-only access with capability checks
- Nonce-protected destructive actions
When deleting posts, the plugin also removes associated media. However, it includes a safety mechanism that prevents deletion of images still used as featured images in other posts.
This makes it suitable for content cleanup, migrations, and maintenance tasks.
Instalación
- Upload the
siternet-post-deleterfolder to the/wp-content/plugins/directory. - Activate the plugin through the ‘Plugins’ screen in WordPress admin.
- In the WordPress admin sidebar, open ‘Siternet Post Deleter’.
- (Optional) Set ‘Category to delete’ to target only a specific post category.
- Set ‘Posts per batch’ and click ‘Save settings’.
- Click ‘Delete Everything’ (and confirm the checkbox) to delete the first batch. Repeat until completion.
FAQ
-
What does the plugin delete?
-
The plugin targets the default post type (
post) and permanently deletes:
– Posts selected for the current batch
– Their featured images (if they are not used as featured images by other posts)
– Attachments attached to those posts (with the same featured-image safety check) -
Does it delete pages or custom post types?
-
No. This plugin only processes the built-in
postpost type. -
Can I delete only posts from one category?
-
Yes. Use the ‘Category to delete’ setting to limit deletion to a specific WordPress category.
-
Is the deletion permanent?
-
Yes. The plugin uses permanent deletion (no trash) for both posts and attachments.
-
What if I reuse the same image on multiple posts?
-
The plugin will not delete an attachment if it is still used as a featured image by posts outside the current batch.
-
Can I delete in smaller steps?
-
Yes. Use the ‘Posts per batch’ setting to control how many posts are deleted per click.
Reseñas
No hay reseñas para este plugin.
Colaboradores y desarrolladores
«Siternet Post Deleter» es un software de código abierto. Las siguientes personas han colaborado con este plugin.
ColaboradoresTraduce «Siternet Post Deleter» a tu idioma.
¿Interesado en el desarrollo?
Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.
Registro de cambios
1.1.1
- Fix WordPress.org compliance issues: correct text domain and readme format.
1.1.0
- Production-ready rework with:
- WordPress Settings API for batch size
- Nonce protection and explicit confirmation for deletion
- Batch result reporting via admin notices
- Featured-image safety check to reduce unintended media removal