>
'; /*Excerpt*/ global $post; if(!empty($post->post_excerpt)){ echo '
'.esc_html($post->post_excerpt).'
'; } /**/ if (has_excerpt()) { echo "
"; the_excerpt(); echo "
"; } echo $final_content; wp_link_pages( array( 'before' => '', ) ); echo '
'; }else{ echo '
'; // If not a single post, highlight the video file. if ( ! empty( $video ) ) { foreach ( $video as $video_html ) { echo '
'; echo $video_html; echo '
'; } }; if (!is_singular()): ?>
', ''); ?>
'; } ?>