>
'; /*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 ( 'no-image' != $image_option ){ if (has_post_thumbnail()) { echo '
' . get_the_post_thumbnail(get_the_ID(), $image_option) . '
'; } } if (!is_singular()): ?>
', ''); ?>
'; } ?>