'aligncenter w100 hauto'));?>

', get_the_title());?>

ID; $parent = $post->post_parent; $args = array( 'post_type'=>'page', 'orderby'=>'modified', 'order'=>'DESC', 'post_parent'=>$parent, 'posts_per_page'=>-1 ); $siblings = new WP_Query($args); if($siblings->have_posts()){?> 'attachment', 'post_mime_type' => 'image', 'posts_per_page' => -1, 'post_status'=> 'any', 'post_parent' => $post->ID, 'orderby' => 'menu_order', 'order' => 'ASC', 'post__not_in' => array(get_post_thumbnail_id()) ); $images = new WP_Query($imageargs); if ($images->have_posts()) { ?>