I took out my sample contact
authorIan Weller <ian@gaslightmedia.com>
Fri, 31 Mar 2017 19:43:44 +0000 (15:43 -0400)
committerIan Weller <ian@gaslightmedia.com>
Fri, 31 Mar 2017 19:43:44 +0000 (15:43 -0400)
I forgot I added a contact link in the second nav to be similar to the
dev site.  I took it out so the dev55 site will look correct.

header.php

index 55c678f..ff2af12 100644 (file)
@@ -57,7 +57,6 @@ Note 2: 'Nb cols' parameter for Bootstrap only.
                                 <?php get_template_part('parts/search');?>
                                 <ul id="sec-nav" class="right">
                                     <li><a href="<?php bloginfo('url'); ?>">Home</a></li>
-                                    <li><a href="#">Contact</a></li>
                                     <?php $contactPage = get_post(3038);?>
                                     <?php if($contactPage):?>
                                     <li><a href="<?php echo get_page_link($contactPage->ID);?>">Contact</a></li>