using acf instead of multiple content blocks
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 28 Feb 2018 15:37:30 +0000 (10:37 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 28 Feb 2018 15:37:30 +0000 (10:37 -0500)
sections/interior-page.php

index 2d57a63..08197f6 100644 (file)
                         <?php echo the_field('blocks_shortcode',$post->ID); ?>
                     </div>
                     <div class="row fullWidth landing-page-members">
-                    <?php the_block( 'member_block', array(
-                        'label' => __('Member Short Code', 'text-domain'),
-                        'type'  => 'one-liner'
-                    ) ); ?>
+                        <?php echo the_field('member_db_shortcode',$post->ID); ?>
                     </div>  
                 <?php break;