adding client info to footer and contact page link to header
authorIan Weller <ian@gaslightmedia.com>
Wed, 11 May 2016 20:12:48 +0000 (16:12 -0400)
committerIan Weller <ian@gaslightmedia.com>
Wed, 11 May 2016 20:12:48 +0000 (16:12 -0400)
footer.php
header.php

index 16fb0c7..e82d9a3 100644 (file)
@@ -6,7 +6,7 @@
                             <?php if (is_active_sidebar('sidebar-f')) :?>
                                 <?php dynamic_sidebar('sidebar-f');?>
                             <?php endif;?>
-                            
+                            <?php get_template_part('parts/client-info-footer');?>
                         </footer>
                     
                 
index 5e6ea4d..9d25f9b 100644 (file)
@@ -16,7 +16,7 @@
                     <header class="main">
                         <div id="contact" class="row">
                             <div class="medium-3 columns show-for-medium-up right text-right">
-                                <a href="#">Contact Us</a>
+                                <a href="<?php echo get_permalink(14); ?>">Contact Us</a>
                             </div>
                         </div>
                         <div class="row">