'about_post_type', 'posts_per_page' => $ts_number ); $loop = new WP_Query( $args ); while ( $loop->have_posts() ) : $loop->the_post(); if ( has_post_thumbnail()){ echo '
'; echo '

'; the_title(); echo '

'; if ( has_post_thumbnail() ) { the_post_thumbnail( 'custom-size' ); echo '
';} else { echo " "; } echo '
' . the_excerpt(); } else {echo '
Set featured image
';} endwhile; ?>

'about_post_type', 'posts_per_page' => $ts_number ); $loop = new WP_Query( $args ); while ( $loop->have_posts() ) : $loop->the_post(); if ( has_post_thumbnail()){ echo '
'; echo '

'; the_title(); echo '

'; if ( has_post_thumbnail() ) { the_post_thumbnail( 'custom-size' ); echo '
';} else { echo " "; } echo '
' . the_excerpt(); } else {echo '
Set featured image
';} endwhile; ?>