<article id="<?php the_ID()?>" <?php post_class()?>>
<h5 class="">Page: <a href="<?php the_permalink(); ?>"><?php the_title();?></a></h5>
+ <span class="meta"> Posted on <strong><?php the_time('F jS, Y'); ?></strong> </span>
<?php //echo the_advanced_excerpt('length=30&length_type=words&no_custom=1&ellipsis=%26hellip;&exclude_tags=img,strong,b,hr,br,div;'); ?>
<?php the_excerpt(); ?>
<footer class="entry-meta small-12 medium-6 medium-push-3 center">
<article id="<?php the_ID()?>" <?php post_class()?>>
<header class="entry-header">
<h2 class="entry-title"><a href="<?php the_permalink(); ?>"><?php the_title();?></a></h2>
+ <span class="meta"> Posted on <strong><?php the_time('F jS, Y'); ?></strong> </span>
</header>
<?php echo the_content(); ?>
<footer class="entry-meta small-12 medium-6 medium-push-3 center">