The pluginplug-in, with two additional SQL queries, joins the original data sample $wp_query->posts all meta fields, all files and images.
all-inclusive.php to the /wp-content/plugins/ directory$post->meta['meta_name'] or $post->meta_name$post->files[0]->attachment_url Direct Link$post->files[0]->guid the first file parameter guid is the same direct link$post->files[0]->thumbnail First Image Thumbnail$post->files[1]->thumbnail second file is a miniature$post->files[2]->medium the third file is the average miniature$post->files[3]->full fourth file is a complete picture