Skip to content

Instantly share code, notes, and snippets.

@mikeselander
Created August 8, 2014 17:39
Show Gist options
  • Select an option

  • Save mikeselander/b0ea79c9b852879af4ab to your computer and use it in GitHub Desktop.

Select an option

Save mikeselander/b0ea79c9b852879af4ab to your computer and use it in GitHub Desktop.
Get content by id
$post = get_post( $id );
$content = apply_filters( 'the_content', $post->post_content );
echo $content;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment