'; the_post_thumbnail( 'azeen-list-post',array('class' => 'img','link_thumbnail' =>TRUE) ); echo '
'; } elseif (! empty( $audio ) && has_post_format('audio') ) { // If not a single post, highlight the audio file. echo '
'; echo '
'; echo $audio[0]; // WPCS xss ok. echo '
'; echo '
'; // If not a single post, highlight the video file. } elseif (! empty( $video ) && has_post_format('video') ) { echo '
'; foreach ( $video as $video_html ) { echo '
'; echo $video_html; echo '
'; } echo '
'; // If not a single post, highlight the gallery. } elseif (has_post_format('gallery')) { if ( ! empty( $gallery_attachment_ids ) ) : echo '
'; echo '
'; foreach ( $gallery_attachment_ids as $gallery_attachment_id ) : echo wp_get_attachment_image( $gallery_attachment_id, $thumbnail_size ); endforeach; echo '
'; endif; };?>
', esc_url( get_permalink() ) ), '' ); ?>
'; the_post_thumbnail('azeen-large', array('class' => 'img','link_thumbnail' =>TRUE,)); echo '
'; } elseif (! empty( $audio ) && has_post_format('audio') ) { echo '
'; echo '
'; echo $audio[0]; // WPCS xss ok. echo '
'; echo '
'; // If not a single post, highlight the video file. } elseif (! empty( $video ) && has_post_format('video') ) { echo '
'; foreach ( $video as $video_html ) { echo '
'; echo $video_html; echo '
'; } echo '
'; } elseif (has_post_format('gallery')) { // If not a single post, highlight the gallery. if ( ! empty( $gallery_attachment_ids ) ) : echo '
'; foreach ( $gallery_attachment_ids as $gallery_attachment_id ) : echo wp_get_attachment_image( $gallery_attachment_id, $thumbnail_size ); endforeach; echo '
'; endif; };?>
', esc_url(get_permalink())), ''); ?>