removed date from front page blog excerpts, setting up header nav navigation menu
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 11 Mar 2016 18:06:20 +0000 (13:06 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 11 Mar 2016 18:06:20 +0000 (13:06 -0500)
lib/navigation.php
parts/blog-feed-front.php

index 7b7e4de..f30080c 100644 (file)
@@ -1,7 +1,8 @@
 <?php
 
 register_nav_menus(array(
-  'top-bar' => 'Site Navigation'
+  'top-bar' => 'Site Navigation',
+    'top-links' => 'Header Links'
 ));
 
 /**
index ba39c8b..d91c420 100644 (file)
@@ -18,7 +18,7 @@
                             <div class="small-12 columns blog-feed-content">
                         <?php } ?>
                                 <h4><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h4>
-                                <p class="blog-feed-date"><?php echo get_the_date('F j, Y', $post->ID); ?></p>
+<!--                                <p class="blog-feed-date"><?php //echo get_the_date('F j, Y', $post->ID); ?></p>-->
                                 <p><?php echo the_advanced_excerpt('length=85&length_type=characters&no_custom=1&ellipsis=%26hellip;&exclude_tags=img,p,strong,div'); ?></p>
                         </div>
                     </div>