Travel
to some of the most exotic destinations of the world like Sri Lanka, Hongkong, Thailand, Indonesia, Dubai, Europe, Nepal, Singapore, Australia and many more with our exclusive & customizedinternational holidays
, which give you an outstanding experience.
$child_pages = $wpdb->get_results("SELECT * FROM $wpdb->posts WHERE post_parent = ".$post->ID." AND post_type = 'page' ORDER BY menu_order", 'OBJECT');
if ( $child_pages ) :
foreach ( $child_pages as $pageChild ) :
setup_postdata( $pageChild );
$thumbnail = get_the_post_thumbnail($pageChild->ID, 'meduim');
//if($thumbnail == "")
//continue; // Skip pages without a thumbnail
?>
endforeach;
endif;
?>