AdvancedCustomFields / AdvancedCustomFields/acf

No flexible content layouts are rendered after reusable block is inserted

Open
#415 3 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.