projects
/
WP-Themes
/
bpla.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2a4ec1
)
removed php code for header
author
Ian Weller
<ian@gaslightmedia.com>
Mon, 19 Oct 2015 16:41:59 +0000
(12:41 -0400)
committer
Ian Weller
<ian@gaslightmedia.com>
Mon, 19 Oct 2015 16:41:59 +0000
(12:41 -0400)
page.php
patch
|
blob
|
history
diff --git
a/page.php
b/page.php
index
a232803
..
003dc32
100644
(file)
--- a/
page.php
+++ b/
page.php
@@
-12,7
+12,6
@@
</div>
<div class="row">
<div id="main-content" class="small-12 columns">
- <h1><?php echo get_the_title(); ?></h1>
<?php if(have_posts()) : while(have_posts()): the_post();?>
<?php the_content();?>
<?php endwhile; else:?>