File: /home/robovet/www/wp-content/themes/disrupt/team.php
<?php
/**
* Template Name: Team
*
* @link https://developer.wordpress.org/themes/basics/template-hierarchy/#single-post
*
* @package WordPress
* @subpackage Twenty_Nineteen
* @since 1.0.0
*/
get_header();
?>
<section id="primary" class="content-area">
<main id="main" class="site-main">
<?php
/* Start the Loop */
while ( have_posts() ) :
the_post();
//get_template_part( 'template-parts/content/content', 'page' );
//if ( comments_open() || get_comments_number() ) {
//comments_template();
//}
the_content();
endwhile; // End of the loop.
?>
</main>
<!-- #main -->
</section>
<!-- #primary -->
<section id="next-section-4" data-background="#6444ff" data-parallax="50" class="ct-u-padding-both-50 ct-u-display-table ct-mediaSection">
<div class="inner">
<div class="container">
<div class="row">
<div class="col-md-8">
<div class="ct-sectionHeader ct-sectionHeader--typeDarken">
<h3 class="h1 ct-sectionHeader-title">PEOPLE BEHIND ROBOVET</h3>
<p style="text-transform:uppercase;">Advancing the veterinary treatment of animals</p>
</div>
</div>
<div class="col-md-4 text-right text-left-md"> <a href="/contact-us/" class="btn btn-transparent btn--white">Contact Us</a> </div>
</div>
</div>
</div>
</section>
<?php get_footer(); ?>