views:

24

answers:

0

Is it possible to execute an SQL query that would strip all post content, except for the Permalink (and/or Post Title) from Wordpress posts marked as "Private" in your database?

Basically, I have a ton of old Wordpress posts that I have marked as Private. I don't want to delete the posts entirely, I just want to slim down my database by deleting the post content (text, images, custom fields attached to those posts, etc.) while keeping the Permalink/Post Title intact.

Thanks!