have_posts() ){ while( $promotional_qry->have_posts() ){ $promotional_qry->the_post(); echo '
'; the_title( '

', '

'); the_content(); echo '
'; if( has_post_thumbnail() ) { echo '
'; the_post_thumbnail( 'author-landing-page-banner-image' ); echo '
'; } if( has_excerpt() ) { ?>
'; } } } wp_reset_postdata(); } ?>