url; $image_in_content = get_theme_mod( 'newsmag_featured_image_in_content', true ); if ( ! $image_in_content ) { while ( have_posts() ) : the_post(); $img = get_the_post_thumbnail_url(); endwhile; if ( empty( $img ) ) { $img = get_custom_header(); $img = $img->url; } } $title = get_the_title( get_the_ID() ); $additional = ''; if ( ! empty( $img ) ): ?>