Home › Forums › Gutenberg › Inserter Help Panel › Reply To: Inserter Help Panel
@maildeseb doesn’t have to be at the top no. So hypothetically…
<?php
/**
* Block Name: Columns
*
* This is the template that displays the ACF general content block.
*/
?>
<section id="colums-section">
<div data="gutenberg-preview-img"><?php the_field('gutenberg_preview'); ?></div>
<div class="container">
<div class="content">
<div class="col-1"><?php the_field('column_one'); ?></div>
<div class="col-2"><?php the_field('column_two'); ?></div>
</div>
</div>
</section>
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.