'ASC', 'post_type' => 'attachment', 'post_parent' => $post->ID, 'post_mime_type' => 'image', 'post_status' => null, //'exclude' => get_post_thumbnail_id() ); $attachments = get_posts($argsThumb); $aleanta_format = get_post_format(); $aleanta_format = !in_array($aleanta_format, array("quote", "gallery", "video")) ? "standared" : $aleanta_format; ?>