The
East of India
is a mostly rural region stretching from Sikkim in the Himalayan South to the coast of the bay of Bengal. Kolkata (formerly known as Calcutta) is the largest city in the region, also the temple cities of Puri of Lord Jagannath fame and Bhubaneswar are both inOdisha
(formerly known as Orissa).East India
has a subtropical climate that is influenced by its relief and influences from the southwest and northeast monsoons. The Himalayas to the north, theMeghalaya
plateau to the south and the hills of Nagaland, Mizoram and Manipur to the east influences the climate.
$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;
?>