removed title from page-catelog
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 14 Jan 2016 15:27:25 +0000 (10:27 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 14 Jan 2016 15:27:25 +0000 (10:27 -0500)
page-catelog.php

index cd59680..3467fac 100644 (file)
@@ -15,7 +15,7 @@ Template Name: Catelog Page
         <div class="row collapse">
             <?php glm_get_header();?>
             <div id="catelog-content" class="small-12 columns">
-                <h1><?php echo get_the_title(); ?></h1>
+<!--                <h1>//<?php echo get_the_title(); ?></h1>-->
                     <?php if(have_posts()) : while(have_posts()): the_post();?>
                     <?php the_content();?>
                     <?php endwhile; else:?>