HEX
Server: Apache
System: Linux p3plzcpnl507418.prod.phx3.secureserver.net 4.18.0-553.141.2.lve.el8.x86_64 #1 SMP Wed Jul 8 16:10:02 UTC 2026 x86_64
User: retoti4c1e1s (10075650)
PHP: 8.2.31
Disabled: NONE
Upload Files
File: /home/retoti4c1e1s/www/thecommitment.earth/wp-content/themes/ananke/single-portfolio.php
<?php 
	while(have_posts()) :the_post(); 
	$link_out = get_post_meta(get_the_ID(),'_cmb_link_project', true); 
?>
	<div id="project-single-slider">
		<div class="clear"></div>
		<div id="last-work">
			<div class="container">
				<div class="twelve columns">
					<h3><?php the_title(); ?></h3>
					<?php if ( $link_out ) { ?>
					<a class="view-live" href="<?php echo esc_url($link_out);?>"><?php global $theme_option; echo esc_attr($theme_option['portfolio_live']); ?></a>
					<?php } ?>	
				</div>				
			</div>
			<?php the_content(); ?>
		</div>
	</div>
<?php endwhile;?>