ຄຳອະທິບາຍ
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.
ການຕິດຕັ້ງ
- 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.
ຄຳຖາມທີ່ພົບເລື້ອຍ
-
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.
ການຣີວິວ
ບໍ່ມີການຣີວິວສຳລັບປລັກອິນນີ້.
ຜູ້ຮ່ວມພັດທະນາ ແລະ ຜູ້ພັດທະນາ
“Siternet Post Deleter” ແມ່ນຊອຟແວໂອເພັນຊອດ (Open Source). ບຸກຄົນຕໍ່ໄປນີ້ໄດ້ມີສ່ວນຮ່ວມໃນການພັດທະນາປລັກອິນນີ້.
ຜູ້ຮ່ວມພັດທະນາແປ “Siternet Post Deleter” ເປັນພາສາຂອງເຈົ້າ.
ສົນໃຈຮ່ວມພັດທະນາບໍ່?
ເບິ່ງລະຫັດ, ກວດເບິ່ງ ຄັງເກັບ SVN, ຫຼື ຕິດຕາມ ບັນທຶກການພັດທະນາ ຜ່ານ RSS.
ບັນທຶກການປ່ຽນແປງ
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