AdvancedCustomFields / AdvancedCustomFields/acf
No flexible content layouts are rendered after reusable block is inserted
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 945
- Forks
- 197
- PR merge metrics
- No merged PRs in 30d
Description
Hey,
I have a flexible content layout which can render a reusable block with the following code:
$block_object = get_sub_field( 'blockstudio_component_block_object' );
$block_content = do_blocks( get_the_content( '', '', get_post( $block_object ) ) );
echo $block_content;
This works great, however, any layout inserted after the reusable block is not rendered. (editor and frontend)
Is this an ACF blocks limitation?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the flexible content case using the reported PHP snippet, with a reusable block followed by another layout, and compare editor and frontend output. Trace how the reusable block and subsequent layouts are rendered; done means layouts after the reusable block render in both contexts.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- content
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100