Update front page
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 22 Jul 2015 19:24:00 +0000 (15:24 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 22 Jul 2015 19:24:00 +0000 (15:24 -0400)
change the headers for blog to h2 and remove the anchors

front-page.php

index d5cf707..96c9cf1 100644 (file)
                              <?php } else { ?>
                             <div class="small-12 columns home-feed-post-content">
                             <?php } ?>
-                            <h3 class="title-posts" href="<?php the_permalink(); ?>"><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h3>
+                            <h2 class="title-posts" href="<?php the_permalink(); ?>">
+                               <!-- <a href="<?php the_permalink(); ?>"> -->
+                                       <?php the_title(); ?>
+                               <!-- </a> -->
+                           </h2>
 
 <!--                            <p id="date" class="italic"><?php // echo get_the_date('D, F j, Y g:iA', $post->ID); ?></p>-->