Results in Downloads:
have_posts()) : while ($query->have_posts()) : $query->the_post();
// Get post attachments
$args = array();
$args['post_type'] = 'attachment';
$args['post_parent'] = $post->ID;
$attachments = get_posts($args);
?>
ID != get_post_thumbnail_id($post->ID)) :
?>
Sorry, no results in Downloads have been found.