$post->ID, 'post_type' => 'attachment', 'post_mime_type' => 'image', 'orderby' => 'menu_order', 'order' => 'ASC' ) ); $firstimg = array_shift( $postimgs ); $th_image = wp_get_attachment_url( $firstimg->ID); ?>