adding same landing page styles to the interior page map
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 26 Feb 2018 17:43:45 +0000 (12:43 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 26 Feb 2018 17:43:45 +0000 (12:43 -0500)
using landing page styles for the interior page member db maps

sections/interior-page.php

index b5ca880..2d57a63 100644 (file)
                     <div class="row">
                         <?php get_template_part('parts/main-content'); ?>
                     </div>
-                    <div class="row">
+
+                     <?php if( !is_page($member_db_pages) ) { ?>
+                            <?php if( has_children() ){ ?>
+                                <div class="row fullWidth landing-page-members">
+                            <?php } else { ?>
+                                <div class="row">
+                          <?php } ?>
+                        <?php } ;?>
                         <?php echo the_field('member_db_shortcode',$post->ID); ?>
                     </div>   
             <?php } ?>