×

name; ?>

School Information Updated

School Champion

array('artwork'), 'posts_per_page' => -1, 'orderby' => 'menu_order', 'order' => 'ASC', // 'post_status' => 'any', 'tax_query' => array( 'relation' => 'AND', array( 'taxonomy' => 'schools', 'field' => 'slug', 'terms' => array($term->slug), 'include_children' => true, 'operator' => 'IN' ), array( 'taxonomy' => 'artwork_options', 'field' => 'slug', 'terms' => array('1st-place','2nd-place', '3rd-place','allow-voting', 'shortlist-1', 'shortlist-2', 'shortlist-3' ), 'operator' => 'NOT IN' ), ), ); $query = new WP_Query($args); if ($query->have_posts()) { while ($query->have_posts()) { global $post; $query->the_post(); $s_name = get_post_meta($post->ID, "student_name", true); $media = get_post_meta($post->ID, "media", true); $image_height = get_post_meta($post->ID, "image_height", true); $s_name = get_post_meta($post->ID, "student_name", true); $image_width = get_post_meta($post->ID, "image_width", true); $featured_img_url = get_the_post_thumbnail_url($post->ID, 'full'); $new = str_replace(' ', '%20', $featured_img_url); ?>

Medium, 30cm X 50cm

This School has not uploaded any artwork yet