Adding title to single pages
authorLaury GvR <laury@gaslightmedia.com>
Fri, 2 Oct 2015 19:27:55 +0000 (15:27 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Fri, 2 Oct 2015 19:27:55 +0000 (15:27 -0400)
single.php

index e57a35d..86eb310 100644 (file)
@@ -9,6 +9,10 @@
                             <div class="small-12 columns">
                                 <article id="<?php the_ID()?>" <?php post_class()?>>
                                     <h2><?php the_title();?></h2>
+                                    <header class="entry-header">
+                                        <h1 class="entry-title"><a href="<?php the_permalink(); ?>"><?php the_title();?></a></h1>
+                                        <span class="meta date">Posted on <?php the_time('F jS, Y') ?></span>
+                                    </header>
                                     <?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() );