Juventus

Juventus News

‘juventus’, // You can use category or any other taxonomy here
‘posts_per_page’ => 10, // Adjust the number of posts you want to display
);
$query = new WP_Query($args);
if ($query->have_posts()) :
while ($query->have_posts()) : $query->the_post(); ?>