>
'attachment', 'post_status' => 'inherit', 'posts_per_page' => -1, ) ); $list = array(); //Search for one called 'logo' and grab its URL foreach ($media_query->posts as $post) { if (($names[] = get_the_title($post->ID)) == "heroImage") { $list[] = wp_get_attachment_url($post->ID); } } ?> ">