get_header();
$sections = of_get_option('parallax_section');
-
+ $count = 0;
if(!empty($sections)):
foreach ($sections as $section) :
$page = get_post( $section['page'] );
<?php if($layout != "googlemap_template") :?>
</div>
- <?php endif; ?>
+ <?php endif; ?>
+ <?php if($count === 1){ ?>
+ <div id="industries">
+ <div id="industry-group">
+ <span>Financial</span>
+ <span>Healthcare</span>
+ <span>Technology</span>
+ <span>Manufacturing</span>
+ <span>Professional Services</span>
+ </div>
+ </div>
+ <?php } ?>
</section>
<?php
- endif;
+ endif;
+ $count++;
endforeach;
endif;
?>