File: /datos/www/www.colombia.co/public_html/wp-content/themes/colombia2016/contact.php
<?php
/**
* Template Name: Contact
*/
get_header();
while ( have_posts() ) : the_post();
$subtitle = get_post_meta(get_the_ID(), 'subtitle', true);
?>
<main role="main" class="l-flex category-contact">
<div id="category-header">
<div class="l-container l-flex">
<div class="cat-header-container">
<?php
if($subtitle){
?>
<h1 class="cat-title"><?php echo "Escríbenos y cuéntanos algo" ;?></h1>
<?php
}
else{
?>
<h1 class="cat-title"><?php echo "Escríbenos y cuéntanos algo" ;?></h1>
<?php } ?>
</div>
</div>
</div>
<section id="content-wrapper" class="l-container l-flex">
<article id="page-content">
<?php the_content(); ?>
</article>
<?php get_sidebar(); ?>
</section>
</main>
<?php endwhile; ?>
<?php get_footer(); ?>
<style type="text/css">
#wpcf7-f6975-p6976-o1 .wpcf7-mail-sent-ok {display: none!important;}
</style>