File: /datos/www/www.colombia.co/public_html/wp-content/themes/colombia2016/newsletter-thanks.php
<?php
/**
* Template Name: Newsletter Thanks
*/
get_header();
$locale = get_locale();
if($locale == "es_CO"){
//$category_ID = get_category_by_slug('aliados-logos')->term_id;
}
else if($locale == "en_US"){
//$category_ID = get_category_by_slug('allies')->term_id;
}
$banner_image = get_field('thanks_banner_image');
?>
<div id="category-header" class="full_height" style="background-image: url('<?php echo $banner_image;?>');">
<div class="l-container l-flex">
<div class="cat-header-container">
<h2 class="cat-name"><?php //the_title(); ?></h2>
<h1 class="cat-title"><?php //the_excerpt() ?></h1>
</div>
</div>
</div>
<?php get_footer(); ?>