Created
May 13, 2021 17:40
-
-
Save wpsunshine/8914d539b30036b6b7fc5d76508287cd to your computer and use it in GitHub Desktop.
Display block in theme template files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$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