projects
/
WP-Themes
/
michsci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16ffcc8
)
removed title from page-catelog
author
Anthony Talarico
<talarico@gaslightmedia.com>
Thu, 14 Jan 2016 15:27:25 +0000
(10:27 -0500)
committer
Anthony Talarico
<talarico@gaslightmedia.com>
Thu, 14 Jan 2016 15:27:25 +0000
(10:27 -0500)
page-catelog.php
patch
|
blob
|
history
diff --git
a/page-catelog.php
b/page-catelog.php
index
cd59680
..
3467fac
100644
(file)
--- a/
page-catelog.php
+++ b/
page-catelog.php
@@
-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:?>