'destinations',
'posts_per_page' => 4,
'orderby' => 'date',
'order' => 'DESC'
));
if ($destinations_query->have_posts()) :
while ($destinations_query->have_posts()) : $destinations_query->the_post();
?>
3,
'post_type' => 'post'
));
if ($recent_posts->have_posts()) :
while ($recent_posts->have_posts()) : $recent_posts->the_post();
?>
