-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Render ACF Block inside a page template #25
Comments
Hi @ushka since the Gutenberg editor is available inside the content you could simply display the_content. If you would like to use some sort of block template (pre-defined block layout) you could create re-usable blocks. |
@ushka I was able to render a block in my template with This is actually the main reason I decided to use this plugin. Thanks to @MWDelaney for the great work! |
@tedw @luukskeur - I was able to do the same by assigning: All works well, the fields output. However - the block ID appears as empty when rendered
Is this possible or any theme configurations needed to get the ID to output? |
Hello,
Thank you for the wonderful plugin.
Is there way to render an ACF Block you've created in a given page template (in my case a post template)?
I have developed a specific layout block that I want to be preloaded for all posts that have template = "three-col-layout".
Please advise if this is possible.
The text was updated successfully, but these errors were encountered: