Added date code
authorian <ian@gaslightmedia.com>
Wed, 25 Mar 2015 15:45:14 +0000 (11:45 -0400)
committerian <ian@gaslightmedia.com>
Wed, 25 Mar 2015 15:45:14 +0000 (11:45 -0400)
search.php
single.php

index 2e6ffae..bf06c70 100644 (file)
@@ -16,6 +16,7 @@
 
                     <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">
index 6e350fe..3c259c2 100644 (file)
@@ -23,6 +23,7 @@
                         <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">