St. Mary’s Cathedral Edinburgh Competition

$current_tag = get_queried_object();if ( $current_tag && isset($current_tag->term_id) ) { // Get the saved attachment ID $image_id = get_term_meta($current_tag->term_id, 'tag_image_id', true);if ( $image_id ) { // Output the image element (Change 'medium' to 'full', 'thumbnail', etc., as needed) echo wp_get_attachment_image($image_id, 'medium', false, array('class' => 'tag-archive-image')); } }