5);
$result = new WP_Query($args);
if($result->have_posts()) : while ($result->have_posts() ) : $result->the_post();
?>
Categories
5, // Limit to 5 categories
'orderby' => 'count', // Order by post count
'order' => 'DESC' // Show most popular first
]);
foreach ($categories as $category) :
?>