adding screenshot and updating interior
authorIan Weller <ian@gaslightmedia.com>
Tue, 17 Jan 2017 18:20:22 +0000 (13:20 -0500)
committerIan Weller <ian@gaslightmedia.com>
Tue, 17 Jan 2017 18:20:22 +0000 (13:20 -0500)
I updated to reflect the current generic state of the site and I took out
code that was posing a problem on the inteior page because a plugin wasn't
active.

screenshot.png
sections/interior-page.php

index 48ff6c4..18bb003 100644 (file)
Binary files a/screenshot.png and b/screenshot.png differ
index 815ca31..9b37e25 100644 (file)
                             </div>
                             
                             <?php if (!is_page_template('no-bottom-sections.php')) { ?>
-                                <?php if (get_field('glm-acf-first-text')) { ?>
-                                    <div id="glm-acf-first" class="glm-acf-field row">
-                                        <div class="glm-acf-text small-12 columns">
-                                            <?php the_field('glm-acf-first-text'); ?>
-                                        </div>
-                                    </div>
-                                <?php } ?>
-                                <?php if (get_field('glm-acf-second-text')) { ?>
-                                    <div id="glm-acf-second" class="glm-acf-field row">
-                                        <div class="glm-acf-text small-12 columns">
-                                            <?php the_field('glm-acf-second-text'); ?>
-                                        </div>
-                                    </div>
-                                <?php } ?>
+                                
                             <?php } ?>
                         </div>
                     </main>
\ No newline at end of file