ID); $image_infos = get_post($post->ID); $image_src = wp_get_attachment_image_src($post->ID, 'full')[0]; $image_title = $post->post_title; $image_description = $post->post_content; $image_tags = get_the_terms($post, 'attachment_keyword'); $tag_cloud_markup = ""; if(count($image_tags) > 1) { $tag_cloud_markup = "
"; foreach($image_tags as $tag) { $tag_cloud_markup .= " ".$tag->name." "; } $tag_cloud_markup .= "
"; } ?>