Problem is solved with this code: <div class="banner"> <?php if($image_url): ?> <img src="<?php echo $image_url; ?>"/> <?php else : ?> <img src="<?php echo get_template_directory_uri(); ?>/images/banner.jpg"/> <?php endif; ?> </div> In the single php I delete the banner