<div class="row collapse">
<?php get_template_part('parts/slide-show');?>
<div id="catelog-content" class="small-12 columns">
- <h1><?php echo get_the_title(); ?></h1>
+ <h2><?php echo get_the_title(); ?></h2>
<?php if(have_posts()) : while(have_posts()): the_post();?>
<?php the_content();?>
<?php endwhile; else:?>
</div>
<div class="row">
<div id="page-title">
- <h1><?php echo get_the_title(); ?></h1>
+ <h2><?php echo get_the_title(); ?></h2>
</div>
<div id="map-content" class="small-12 columns">
<?php if(have_posts()) : while(have_posts()): the_post();?>
<div class="row collapse">
<?php get_template_part('parts/slide-show');?>
<div id="page-title">
- <h1><?php echo get_the_title(); ?></h1>
+ <h2><?php echo get_the_title(); ?></h2>
</div>
<div id="main-content" class="small-12 columns">
<?php if(have_posts()) : while(have_posts()): the_post();?>
</div>
<div class="row">
<div id="table-content" class="small-12 columns">
- <h1><?php echo get_the_title(); ?></h1>
+ <h2><?php echo get_the_title(); ?></h2>
<?php if(have_posts()) : while(have_posts()): the_post();?>
<?php the_content();?>
<?php endwhile; else:?>
</div>
<div class="row">
<div id="page-title">
- <h1><?php echo get_the_title(); ?></h1>
+ <h2><?php echo get_the_title(); ?></h2>
</div>
<div id="main-content" class="small-12 columns">
<?php if(have_posts()) : while(have_posts()): the_post();?>