term_id;
}
}
if( !empty( $category_ids ) ){
$args = array(
'posts_per_page' => 4,
'category__in' => $category_ids,
'post__not_in' => array(get_the_ID()),
);
$related_posts = new WP_Query($args);
if( $related_posts->have_posts() ):
while ($related_posts->have_posts()) : $related_posts->the_post(); ?>
>
'' . advance_blog_the_theme_svg('arrow-left',$return = true ) . '' . __('Previous post:', 'advance-blog') . '%title',
'next_text' => '' . __('Next post:', 'advance-blog') . '%title' . advance_blog_the_theme_svg('arrow-right',$return = true ) . '',
));
// If comments are open or we have at least one comment, load up the comment template.
if ( comments_open() || get_comments_number() ) :
comments_template();
endif;
endwhile; // End of the loop.
?>