projects
/
WP-Themes
/
FairEmmet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10d54b2
)
Remove the title
author
Steve Sutton
<steve@gaslightmedia.com>
Wed, 13 May 2015 16:43:40 +0000
(12:43 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Wed, 13 May 2015 16:43:40 +0000
(12:43 -0400)
using h1 from worppress content section
page.php
patch
|
blob
|
history
diff --git
a/page.php
b/page.php
index
4ab7eb2
..
5c28959
100644
(file)
--- a/
page.php
+++ b/
page.php
@@
-14,7
+14,6
@@
<!-- kitchensink check - delete me before going live -->
<div class="row">
<div class="small-10 small-centered columns">
- <h1 id="titles"><?php the_title(); ?></h1>
<?php if(have_posts()) : while(have_posts()): the_post();?>
<?php the_content();?>
<?php endwhile; else:?>