Your IP : 216.73.216.158


Current Path : /home/c/a/p/capemnetty/www/wp-content/themes/flair/loop/
Upload File :
Current File : /home/c/a/p/capemnetty/www/wp-content/themes/flair/loop/content-client.php

<?php 
	global $post; 
				
	$url = get_post_meta( $post->ID, '_ebor_client_url', true );
?>
				
<div class="item">
	<?php 
		if( $url )
			echo '<a href="'.esc_url( $url ).'" target="_blank">';
				
				the_post_thumbnail('full');
		
		if( $url ) 
			echo '</a>'; 
	?>
</div>