'ids']); $args = [ 'category__in' => $categories, 'tag__in' => $tags, 'post__not_in' => [get_the_ID()], 'posts_per_page' => 5, 'ignore_sticky_posts' => 1 ]; $related_query = new WP_Query($args); if ($related_query->have_posts()) : // echo ''; wp_reset_postdata(); else : echo sprintf('

%s

', _e('No related articles found.', 'arabaer')); endif; ?>