$posttype,
$postparam => $featured_post1
);
$query2 = new WP_Query( $args );
// the Loop
while ($query2->have_posts()) : $query2->the_post();
if( $show_fontawesome_icon == 0 ){
?>
ID ), 'featured-thumbnail', false );
?>
$posttype,
$postparam => $featured_post2
);
$query3 = new WP_Query( $args );
// the Loop
while ($query3->have_posts()) : $query3->the_post();
if( $show_fontawesome_icon == 0 ){
?>
ID ), 'featured-thumbnail', false );
?>
$posttype,
$postparam => $featured_post3
);
$query4 = new WP_Query( $args );
// the Loop
while ($query4->have_posts()) : $query4->the_post();
if( $show_fontawesome_icon == 0 ){
?>
ID ), 'featured-thumbnail', false );
?>