$featurednum,
'post_status' => 'publish',
'tag_id' => $featuredtag,
'cat' => $postcat,
'ignore_sticky_posts' => 1,
);
$uku_front_query = new WP_Query( $args );
if($uku_front_query->have_posts()) { ?>
have_posts()) : $uku_front_query->the_post();
// Include the featured content template.
get_template_part( 'template-parts/content', 'featured-post' );
endwhile;
/* Restore original Post Data */
wp_reset_postdata();
?>