Skip to content

Instantly share code, notes, and snippets.

@tacensi
Created March 12, 2018 21:00
Show Gist options
  • Save tacensi/8aefb53086b31d70f9fc55bcbec0761c to your computer and use it in GitHub Desktop.
Save tacensi/8aefb53086b31d70f9fc55bcbec0761c to your computer and use it in GitHub Desktop.
WP Get Post by ID
echo apply_filters( 'the_content', get_post_field('post_content', $my_postid ) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment