also move testimonials to the top of inside pages
<?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');?>
<?php endif;?>
</div>
</div>
- <?php get_template_part('parts/testimonial');?>
<?php get_template_part('parts/logos');?>
</div>
<?php get_footer(); ?>
'post_type' => 'page',
'parent' => $parent,
'number' => '',
- 'exclude' => $frontPageId,
+ 'exclude' => "$frontPageId,702",
'post_status' => 'publish',
'sort_order' => 'asc',
'sort_column' => 'menu_order'
</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>
<?php get_header(); ?>
<div class="main">
+ <?php get_template_part('parts/testimonial');?>
<div id="content-wrapper">
<div class="row">
<?php
<?php endif;?>
</div>
</div>
- <?php get_template_part('parts/testimonial');?>
<?php get_template_part('parts/logos');?>
</div>
<?php get_footer(); ?>