projects
/
WP-Themes
/
DarkSkiesEmmet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23e2b20
)
Frontpage date away from excerpts
author
Laury GvR
<laury@gaslightmedia.com>
Thu, 4 Jun 2015 18:32:27 +0000
(14:32 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Thu, 4 Jun 2015 18:32:27 +0000
(14:32 -0400)
front-page.php
patch
|
blob
|
history
diff --git
a/front-page.php
b/front-page.php
index
9f46c9c
..
e3f095f
100644
(file)
--- a/
front-page.php
+++ b/
front-page.php
@@
-46,7
+46,7
@@
<h3 class="title-posts" href="<?php the_permalink(); ?>">
<a href="<?php the_permalink(); ?>"><?php the_title(); ?></a>
</h3>
-
<p id="date" class="italic"><?php echo get_the_date('D, F j, Y g:iA', $post->ID); ?></p
>
+
<!-- <p id="date" class="italic"><?php // echo get_the_date('D, F j, Y g:iA', $post->ID); ?></p>--
>
<?php the_excerpt(); ?>
</div>
</li>