Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save taricco/27cb5480e1d21c39056751e2b5236b36 to your computer and use it in GitHub Desktop.
Save taricco/27cb5480e1d21c39056751e2b5236b36 to your computer and use it in GitHub Desktop.
<?php
$gblock = get_post(1234);
echo apply_filters('the_content', $gblock->post_content);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment