Hong Kong
(Heūng Góng in Cantonese, meaning Fragrant Harbour) is a Special Administrative Region (SAR) of the People’s Republic of China. It’s a place with multiple personalities as a result of being both Cantonese Chinese and having been under British colonisation.Hong Kong
has a sub-tropical climate, but is cooled in winter by sea breezes. Summer (June to September) is long, humid and hot with temperatures often exceeding 32°C (90°F) and with night time temperatures that do not drop below 25°C (77°F).Hong Kong
is actually home to some stunning landscapes and breathtaking scenery.
$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;
?>