*
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
*
* @package Adens News
*/
?>
>
>
Latest News
5,
'post_type' => 'post',
);
$latest_posts = new WP_Query($args);
$count = 0;
while ($latest_posts->have_posts()): $latest_posts->the_post();
if($count == 0):
?>
Featured
5,
'post_type' => 'post',
'category_name' => 'featured',
);
$featured = new WP_Query($newargs);
?>
have_posts()): $featured->the_post();
?>