Get a list of orphaned post meta July 8, 2021 This post brought to you by RocketGeek, ButlerBlog, and the following: SELECT * FROM wp_postmeta pm LEFT JOIN wp_posts wp ON wp.ID = pm.post_id WHERE wp.ID IS NULL