>
', '' ); if ( 'post' === get_post_type() ) : ?>
'.get_the_post_thumbnail(get_the_ID(),'magazine-saga-large-img').'
'; } the_content( sprintf( wp_kses( /* translators: %s: Name of current post. Only visible to screen readers */ __( 'Continue reading "%s"', 'magazine-saga' ), array( 'span' => array( 'class' => array(), ), ) ), get_the_title() ) ); wp_link_pages( array( 'before' => '', ) ); }else{ if(has_post_thumbnail()){ echo '
'.get_the_post_thumbnail(get_the_ID(),'magazine-saga-large-img').'
'; } the_excerpt(); wp_link_pages( array( 'before' => '', ) ); } ?>