Skip to content

Instantly share code, notes, and snippets.

@ezrabrook
Created August 4, 2019 23:53
Show Gist options
  • Save ezrabrook/5438f6c4f6d076a0faaf46905478f334 to your computer and use it in GitHub Desktop.
Save ezrabrook/5438f6c4f6d076a0faaf46905478f334 to your computer and use it in GitHub Desktop.
Grab all published posts from WP
select * from wp_posts
where post_status = 'publish'
and post_type = 'post'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment