News & Updates
Stay informed with the latest news and updates from Ceiba Intercontinental Airlines
1,
'post_status' => 'publish',
'orderby' => 'date',
'order' => 'DESC'
));
if ($featured_query->have_posts()) :
while ($featured_query->have_posts()) : $featured_query->the_post();
?>
Featured
9,
'post_status' => 'publish',
'paged' => $paged,
'offset' => 1 // Exclure le premier article déjà affiché
);
$news_query = new WP_Query($args);
if ($news_query->have_posts()) :
while ($news_query->have_posts()) : $news_query->the_post();
$categories = get_the_category();
$category_name = !empty($categories) ? esc_html($categories[0]->name) : 'News';
?>
max_num_pages;
if ($total_pages > 1) :
?>
$total_pages,
'current' => $paged,
'prev_text' => '← Previous',
'next_text' => 'Next →',
'type' => 'list'
));
?>
No news articles found.
