Wopisanje
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.
Instalacija
- 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.
HSP
-
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.
Pohódnoćenja
Za tutón tykač pohódnoćenja njejsu.
Sobuskutkowarjo a wuwiwarjo
„Siternet Post Deleter“ je softwara wotewrjeneho žórła. Slědowacy ludźo su k tutomu tykačej přinošowali.
SobuskutkowarjoPřełožće „Siternet Post Deleter“ do swojeje rěče.
Na wuwiću zajimowany?
Přehladajće kod, hladajće do SVN-repozitorija abo abonujće wuwiwanski protokol přez RSS.
Protokol změnow
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