ID); if ($categories) { $category_ids = array(); foreach ($categories as $individual_category) { $category_ids[] = $individual_category->term_id; } $args=array( 'category__in' => $category_ids, 'post__not_in' => array($post->ID), 'posts_per_page'=> 4, // Number of related posts that will be shown. 'ignore_sticky_posts' => true ); $related_query = new wp_query($args); $related_post_title = get_theme_mod('related_post_title'); ?>
have_posts() && !empty($related_post_title)) : ?>

have_posts()) : ?> have_posts()) : $related_query->the_post(); ?>
'; the_post_thumbnail('azeen-list-post', 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() ) ), '' ); ?>