UPDATE wp_posts SET post_status = 'private'
That should work, right?
Annnnddd… Bump! I’m hoping someone has an answer to this.
Is there a way to do this or will I have to write a some custom PHP code to grab the post id of the “first” post that the user is currently viewing and then create a url from there?