Update the client link
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 9 Apr 2015 20:00:28 +0000 (16:00 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 9 Apr 2015 20:01:03 +0000 (16:01 -0400)
also move testimonials to the top of inside pages

archive-testimonial.php
functions.php
header.php
page.php

index 25796e0..b23ae3f 100644 (file)
@@ -1,5 +1,6 @@
 <?php get_header(); ?>
     <div class="main">
+        <?php get_template_part('parts/testimonial');?>
         <div id="content-wrapper">
              <div class="row">
                  <?php get_template_part('parts/bread-crumbs');?>
@@ -16,7 +17,6 @@
                     <?php endif;?>
                 </div>
             </div>
-            <?php get_template_part('parts/testimonial');?>
             <?php get_template_part('parts/logos');?>
         </div>
 <?php get_footer(); ?>
index e199eae..a2adbf4 100644 (file)
@@ -54,7 +54,7 @@ function glm_page_menu($parent = 0, $class = '')
         'post_type'   => 'page',
         'parent'      => $parent,
         'number'      => '',
-        'exclude'     => $frontPageId,
+        'exclude'     => "$frontPageId,702",
         'post_status' => 'publish',
         'sort_order'  => 'asc',
         'sort_column' => 'menu_order'
index d2c872b..a6ee521 100644 (file)
@@ -26,7 +26,7 @@
                     </div>
                     <div id="client-nav" class="medium-4 large-3 columns show-for-medium-up text-right">
                         <ul>
-                            <li><a href="<?php bloginfo('url'); ?>/clients/">Client Login</a></li>
+                            <li><a href="<?php bloginfo('url'); ?>/client-login/">Client Login</a></li>
                             <li><a href="<?php bloginfo('url'); ?>/contact/">Contact</a></li>
                         </ul>
                     </div>
index 8088237..fe67113 100644 (file)
--- a/page.php
+++ b/page.php
@@ -1,5 +1,6 @@
 <?php get_header(); ?>
     <div class="main">
+        <?php get_template_part('parts/testimonial');?>
         <div id="content-wrapper">
              <div class="row">
                  <?php
@@ -16,7 +17,6 @@
                     <?php endif;?>
                 </div>
             </div>
-            <?php get_template_part('parts/testimonial');?>
             <?php get_template_part('parts/logos');?>
         </div>
 <?php get_footer(); ?>