removing time stamp and bottom meta footer in post detail pages
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 22 Mar 2016 20:09:04 +0000 (16:09 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 22 Mar 2016 20:09:04 +0000 (16:09 -0400)
home.php
single.php

index 7faba80..de0202a 100644 (file)
--- a/home.php
+++ b/home.php
@@ -22,7 +22,7 @@
                                         <header class="entry-header">
                                             <h2 class="entry-title"><a href="<?php the_permalink(); ?>"><?php the_title();?></a></h2>
                                         </header>
-                                        <p class="date"><?php the_time('F jS, Y h:iA'); ?> </p>
+                                        <p class="date"><?php the_time('F jS, Y'); ?> </p>
                                         <?php echo the_advanced_excerpt('length=50&length_type=words&no_custom=1&ellipsis=%26hellip;'); ?>
                                     </article>
                                 </div>
index e75a0b8..5372913 100644 (file)
@@ -20,8 +20,9 @@
                             <header class="entry-header">
                                 <h2 class="entry-title"><a href="<?php the_permalink(); ?>"><?php the_title();?></a></h2>
                             </header>
-                            <p class="date"><?php the_time('F jS, Y h:iA'); ?> <p>
+                            <p class="date"><?php the_time('F jS, Y'); ?> <p>
                             <?php echo the_content(); ?>
+<!--
                             <footer class="entry-meta small-12 medium-6 medium-push-3 center">
 
                                 <?php $post_categories = wp_get_post_categories( get_the_ID() );
@@ -53,6 +54,7 @@
                                 ?>
 
                             </footer>
+-->
                         </article>
                     </div>
                 </div>