HEX
Server: Apache
System: Linux host11.registrar-servers.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
User: robovet (12567)
PHP: 7.2.34
Disabled: NONE
Upload Files
File: /home/robovet/public_html/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(); ?>