Adding new menu item
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 10 Dec 2015 22:15:54 +0000 (17:15 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 10 Dec 2015 22:15:54 +0000 (17:15 -0500)
why is this hard coded?

header.php
style.css

index f856b85..8ae3f0c 100755 (executable)
@@ -63,6 +63,7 @@
                             <li><a href="<?php echo esc_url( get_permalink( get_page_by_title('FAQ')));?>">FAQ</a></li>
                             <li class="has-dropdown"><a href="<?php echo esc_url( get_permalink( get_page_by_title( 'About Us')))?>">About Us</a>
                                 <ul class="dropdown">
+                                    <li><a href="<?php echo esc_url( get_permalink( get_page_by_title( 'Area Resources' ) ) ); ?>">Area Resources</a></li>
                                     <li><a href="<?php echo esc_url( get_permalink( get_page_by_title( 'Awards & Recognition' ) ) ); ?>">Awards</a></li>
                                     <li><a href="<?php echo esc_url( get_permalink( get_page_by_title( 'Featured Products & Specials' ) ) ); ?>">What's New</a></li>
                                     <li><a href="<?php echo esc_url( get_permalink( get_page_by_title( 'Share the Love' ) ) ); ?>">Share the Love</a></li>
index 76d5bfc..cbd0499 100755 (executable)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: Tom's Mom's Cookies
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme made for Tom's Mom's Cookies.
-Version: 1.0.6
+Version: 1.0.10
 */