HEX
Server: Apache/2.4.34 (Red Hat) OpenSSL/1.0.2k-fips
System: Linux WORDPRESS 3.10.0-1160.118.1.el7.x86_64 #1 SMP Thu Apr 4 03:33:23 EDT 2024 x86_64
User: digital (1020)
PHP: 7.2.24
Disabled: NONE
Upload Files
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(); ?>