File: /home/dermova/public_html/me/wp-content/themes/DERMOVIVA WP THEME AR/temp-inside-pages-02.php
<?php
/* Template Name: Two Column Content 02 */
get_header(); ?>
<br class="breakline"/>
</div><!-- header -->
<div id="content">
<div class="mainholder01">
<div class="contentholder txtclrblack bgwhite">
<div class="breadcrumb"><a href="http://dermoviva.com/me">Home</a> > <?php the_title(); ?></div>
<?php
if( have_posts() ) : while( have_posts() ) : the_post();
$postId = get_the_ID();
$thetitle = get_the_title();
$thecontent = get_the_content();
echo '<div class="contentcol03"><h1>'. $thetitle .'</h1><p> </p>';
echo '<p>'. do_shortcode($thecontent) .'</p></div><!-- contentcol03 -->';
echo '<div class="contentcol03"><div class="pad20">';
$contactform7 = get_field('contact_form_7',$postId);
echo do_shortcode($contactform7);
echo '</div></div><!-- contentcol03 -->';
endwhile; endif;
wp_reset_postdata();
?>
<br class="breakline">
</div><!-- contentholder -->
</div><!-- mainholder01 -->
</div><!-- content -->
<?php get_footer(); ?>
<!-- HOME -->