CEB Connects ILO-ZAM

29 October 2024

Low cost carrier Cebu Pacific (CEB) has connected Panay Island to Zamboanga.

The flight will operate 3x weekly — on Mondays, Wednesdays, and Fridays.

5J4871 departs from Iloilo City at 4:55pm arriving to Zamboanga City at 6:05pm CEB’s while its return flight departs Zamboanga at 6:40pm arriving Iloilo at 7:50pm. 

The airline inaugural flight landed tonight at approximately 7:26PM. This is the first time the two cities have been connected by a commercial flight.

function display_related_posts() { if (is_single()) { global $post; $categories = wp_get_post_categories($post->ID); if ($categories) { $args = array( 'category__in' => $categories, 'post__not_in' => array($post->ID), 'posts_per_page' => 4, 'orderby' => 'rand' ); $related_posts = new WP_Query($args); if ($related_posts->have_posts()) { echo ''; } wp_reset_postdata(); } } } add_action('wp_footer', 'display_related_posts');