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.
<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>
</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>
Author: Gaslight Media
Author URI: http://www.gaslightmedia.com
Description: A theme for ThinkDunes
-Version: 1.0.27
+Version: 1.0.28
*/