';
}
// Featured image + NO thumb + NO date
else if ( get_option( 'sel_thumb_amp_rel' ) == '1' && !has_post_thumbnail() && !get_option( 'sel_date_amp_rel' ) == '1') {
echo '
';
// The Query
$query = new WP_Query( $args );
// The Loop
if ( $query->have_posts() ) {
while ( $query->have_posts() ) {
$query->the_post();
// do something
echo '