File: D:/HostingSpaces/MvAlphen/va-bo.nl/wwwroot/wp-content/themes/hattan/single-portfolio.php
<?php
get_header();
global $smof_data;
$url_full =get_post_meta( get_the_ID(),'ef_full_image',true );
if($smof_data['menu-type']== "menu-4"):?>
<div id="right-box">
<header id="header-portfolio" class="portfolio-1" style="background-image: url('<?php echo esc_url($url_full['url']);?>');"></header>
<?php endif;
if(have_posts()) :
while (have_posts() ) : the_post();?>
<section id="portfolio-subpage">
<div class="row">
<div id="portfolio-project" class="container">
<?php the_content();?>
</div>
</div>
</section>
<?php endwhile;endif;?>
<?php get_footer();?>