> ID, 'video_url', true ); if ( ! empty( $video_post_url ) ) : ?>
$single_order ) { if ( get_post_format() && ! has_post_format( 'video' ) ) : get_template_part( 'template-parts/content/post-formats' ); endif; if ( 'category' === $single_order ) { colormag_colored_category(); } elseif ( 'meta' === $single_order ) { colormag_entry_meta(); } elseif ( 'title' === $single_order ) { get_template_part( 'template-parts/entry/entry', 'header' ); } elseif ( 'content' === $single_order ) { get_template_part( 'template-parts/entry/entry', 'summary' ); } } ?>