Is there a way to remove all the deleted/hidden posts?

You can’t do that through the interface (if it’s what you mean by “easily”), but I think you can create a simple rails script that will loop and select soft-deleted posts so you can do whatever you want with them, like replacing the content by “[deleted]” like this: If I want to completely delete a post, I should just hide them? - #14 by j127
Or completely deleting them using .destroy: If I want to completely delete a post, I should just hide them? - #12 by Canapin

1 Like