<?php /** * Template Name: About Us Template * The template for displaying the about us page. */ get_header(); ?>
<?php if(!isset($_GET['view']) && $_GET['view']!='print'): ?> <?php endif; ?>
<?php //echo epsilica_post_imageslider(); ?>

Tweets & News from the Epsilica Insights Team

<?php epsilica_get_twitter('epsilica')?>
<!--
-->
<?php if ( have_posts() ) the_post();?>
<?php //the_content(); $found_needle = epsilica_check_ancestory($post->ancestors,"partners"); if($post->post_name=="partners" || $found_needle){ $args = array( 'post_type' => 'employee', 'employees' => $post->post_name /*'tax_query' => array( array( 'taxonomy' => 'employee', 'field' => 'slug', 'terms' => $post->post_name ) )*/ ); $wp_query = new WP_Query($args); echo epsilica_get_employees($wp_query->posts); }else{ the_content(); } ?>
<!-- .entry-content --> <?php edit_post_link( __( 'Edit', 'epsilica' ), '' ); ?>
<?php //echo epsilica_post_meta(); if ( is_active_sidebar('sharebar') )dynamic_sidebar('sharebar'); ?>
<!-- #end of main content section --> <?php get_footer(); ?>