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() ) { ?>
' . the_title_attribute( 'echo=0' ) . '
'; } } } wp_reset_postdata(); } ?>