updates to the header and blog
authorIan Weller <ian@gaslightmedia.com>
Mon, 30 Jan 2017 15:53:04 +0000 (10:53 -0500)
committerIan Weller <ian@gaslightmedia.com>
Mon, 30 Jan 2017 15:53:04 +0000 (10:53 -0500)
I commented out the comment code and I added the blog link to the header
secondary nav and the dropdown of #THINKDUNES. What has been requested
seems finished.

header.php
single.php
style.css

index 4b527de..6390594 100644 (file)
@@ -53,6 +53,7 @@
                                         <div id="sec-head-nav" class="large-12 columns text-right">
                                             <ul>
                                                 <li><a href="<?php echo esc_url( home_url() ); ?>">Home</a></li>
+                                                <li><a href="<?php echo get_permalink(1494); ?>">Blog</a></li>
                                                 <li><a href="<?php echo get_permalink(237); ?>">Contact</a></li>
                                             </ul>
                                         </div>
index bef202d..9357690 100644 (file)
                                 </header>
                                 <?php echo the_content(); ?>
                             </article>
-                            <?php if ( comments_open() || get_comments_number() ) :
-                            comments_template();
-                            endif; ?>
+<!--
+                            <?php //if ( comments_open() || get_comments_number() ) :
+                            //comments_template();
+                            //endif; ?>
+-->
                         </div>
                     </div>
                 </div>
index 327f80d..3710615 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: ThinkDunes
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for ThinkDunes
-Version: 1.0.27
+Version: 1.0.28
 */