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.
</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