edit the title of pages
authorIan Weller <ian@gaslightmedia.com>
Thu, 17 Sep 2015 20:37:06 +0000 (16:37 -0400)
committerIan Weller <ian@gaslightmedia.com>
Thu, 17 Sep 2015 20:37:06 +0000 (16:37 -0400)
page-catelog.php
page-map.php
page-slideshow.php
page-table.php
page.php

index 529eb55..e441094 100644 (file)
@@ -15,7 +15,7 @@ Template Name: Catelog Page
         <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:?>
index a7c5316..67e7e84 100644 (file)
@@ -14,7 +14,7 @@ Template Name: Site Map
         </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();?>
index 2e538c4..c9b8067 100644 (file)
@@ -15,7 +15,7 @@ Template Name: Interior Slideshow Page
         <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();?>
index 9d27b99..d6f5002 100644 (file)
@@ -14,7 +14,7 @@ Template Name: Table Page
         </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:?>
index 80a4936..39132b8 100644 (file)
--- a/page.php
+++ b/page.php
@@ -13,7 +13,7 @@
             </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();?>