Find empty pages or pages which have less than x characters
Here’s one way to do it: Extending the post list table Let’s assume we want to target the post post type. The user interface we are after is the following: where we can simply order by the post content length and then use the bulk feature to delete the posts that are empty. We can … Read more