Skip to content

Instantly share code, notes, and snippets.

@wpsunshine
Created May 13, 2021 17:40
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 wpsunshine/8914d539b30036b6b7fc5d76508287cd to your computer and use it in GitHub Desktop.
Save wpsunshine/8914d539b30036b6b7fc5d76508287cd to your computer and use it in GitHub Desktop.
Display block in theme template files
$block = get_post( 123 ); // Change 123 to the unique post ID for your block
echo apply_filters( 'the_content', $block->post_content );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment