<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>
<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() );
?>
</footer>
+-->
</article>
</div>
</div>