Support

Account

Home Forums Gutenberg Making a Gutentberg CPT Reusable

Helping

Making a Gutentberg CPT Reusable

  • I think the answer might be no but, is there a way to “embed” a Gultenberg styled Custom Post (based ACF) into another page or post? Either by plug or code?

  • Hey there, I might not fully understand what you’re aiming to achieve, but, you can either apply the field/group to the other page or post so you can add the data there directly.

    Or you can grab the data from another page or post like this.

    If you’re talking about re-using the mark-up itself you could use an include. With PHP I tend to use get_template_part like this:

    <?php get_template_part( 'name_of_code_block' ); ?>.

    Using a combination of these methods, you could essentially re-create the page on a different post/page. So whilst it wouldn’t be embedded as such it would mimic the effect.

    I hope this helps.

Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Making a Gutentberg CPT Reusable’ is closed to new replies.