How to display multiple blocks on one page
-
I want to display several Blocks on one page, but only the last block is displayed
<!– Section Home –>
<?php the_content(); ?>
<h1><?php block_field( ‘block_lab__page_home__section_home__headline’ ); ?></h1>
<span><?php block_field( ‘block_lab__page_home__section_home__headline_sub’ ); ?></span>
” class=”d-none” alt=””>
” class=”d-none” alt=””><!– Section Footer–>
<h2><?php block_field( ‘block_lab__seo_text__headline’ ); ?></h2>
<?php block_field( ‘block_lab__seo_text__text’ ); ?>The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘How to display multiple blocks on one page’ is closed to new replies.