Europe
encompasses an area of 10,180,000 km (3,930,000 square miles), stretching from Asia to the Atlantic, and from Africa to the Arctic. European countries welcome more than 480 million international visitors per year, more than half of the global market, and 7 of the 10 most visited countries are European nations.Must-visits include France, Italy, Germany, Spain, and the United Kingdom. Don’t let your sense of adventure fail you by missing out on Scandinavia, Poland, Portugal, or the microstates of Andorra, Liechtenstein and Luxembourg. For a more exotic European adventure, be sure to tour the Balkans.
The climate of
Europe
varies from subtropical to polar. The Mediterranean climate of the south is dry and warm. The western and northwestern parts have a mild, generally humid climate, influenced by the North Atlantic Drift. In central and easternEurope
the climate is of the humid continental-type with cool summers.
$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;
?>