Skip to content Skip to footer
/** * Modified Portfolio Item Template (Rawanzo) * Adds Artist, Medium, Country, and Category under each artwork card */ $args = get_query_var('trx_addons_args_sc_portfolio'); $meta = get_post_meta(get_the_ID(), 'trx_addons_options', true); $link = !empty($meta['link']) ? $meta['link'] : get_permalink(); // ================= Helper Function =================== if (!function_exists('rawanzo_get_terms_html')) { function rawanzo_get_terms_html($post_id, $taxonomies) { foreach ((array)$taxonomies as $tx) { $terms = get_the_terms($post_id, $tx); if (!empty($terms) && !is_wp_error($terms)) { $names = wp_list_pluck($terms, 'name'); return implode(', ', $names); } } return ''; } } // ================= Get Taxonomies =================== $artist_html = rawanzo_get_terms_html(get_the_ID(), ['portfolio_artist', 'artist']); $medium_html = rawanzo_get_terms_html(get_the_ID(), ['portfolio_medium', 'medium']); $country_html = rawanzo_get_terms_html(get_the_ID(), ['portfolio_country', 'country']); $category_html = rawanzo_get_terms_html(get_the_ID(), ['portfolio_category', 'category']); $image = wp_get_attachment_image_src(get_post_thumbnail_id(get_the_ID()), 'medium_large'); ?>

Warning: Undefined variable $image in /home/u998064471/domains/rawanzo.com/public_html/wp-content/themes/hall-child/skins/default/trx_addons/components/cpt/portfolio/tpl.default-item.php on line 35
Ibrahim El-Salahi

Warning: Undefined variable $category_html in /home/u998064471/domains/rawanzo.com/public_html/wp-content/themes/hall-child/skins/default/trx_addons/components/cpt/portfolio/tpl.default-item.php on line 45

    Warning: Undefined variable $artist_html in /home/u998064471/domains/rawanzo.com/public_html/wp-content/themes/hall-child/skins/default/trx_addons/components/cpt/portfolio/tpl.default-item.php on line 50

    Warning: Undefined variable $medium_html in /home/u998064471/domains/rawanzo.com/public_html/wp-content/themes/hall-child/skins/default/trx_addons/components/cpt/portfolio/tpl.default-item.php on line 53

    Warning: Undefined variable $country_html in /home/u998064471/domains/rawanzo.com/public_html/wp-content/themes/hall-child/skins/default/trx_addons/components/cpt/portfolio/tpl.default-item.php on line 56
/** * Modified Portfolio Item Template (Rawanzo) * Adds Artist, Medium, Country, and Category under each artwork card */ $args = get_query_var('trx_addons_args_sc_portfolio'); $meta = get_post_meta(get_the_ID(), 'trx_addons_options', true); $link = !empty($meta['link']) ? $meta['link'] : get_permalink(); // ================= Helper Function =================== if (!function_exists('rawanzo_get_terms_html')) { function rawanzo_get_terms_html($post_id, $taxonomies) { foreach ((array)$taxonomies as $tx) { $terms = get_the_terms($post_id, $tx); if (!empty($terms) && !is_wp_error($terms)) { $names = wp_list_pluck($terms, 'name'); return implode(', ', $names); } } return ''; } } // ================= Get Taxonomies =================== $artist_html = rawanzo_get_terms_html(get_the_ID(), ['portfolio_artist', 'artist']); $medium_html = rawanzo_get_terms_html(get_the_ID(), ['portfolio_medium', 'medium']); $country_html = rawanzo_get_terms_html(get_the_ID(), ['portfolio_country', 'country']); $category_html = rawanzo_get_terms_html(get_the_ID(), ['portfolio_category', 'category']); $image = wp_get_attachment_image_src(get_post_thumbnail_id(get_the_ID()), 'medium_large'); ?>

Warning: Undefined variable $image in /home/u998064471/domains/rawanzo.com/public_html/wp-content/themes/hall-child/skins/default/trx_addons/components/cpt/portfolio/tpl.default-item.php on line 35
Farid Belkahia

Warning: Undefined variable $category_html in /home/u998064471/domains/rawanzo.com/public_html/wp-content/themes/hall-child/skins/default/trx_addons/components/cpt/portfolio/tpl.default-item.php on line 45

    Warning: Undefined variable $artist_html in /home/u998064471/domains/rawanzo.com/public_html/wp-content/themes/hall-child/skins/default/trx_addons/components/cpt/portfolio/tpl.default-item.php on line 50

    Warning: Undefined variable $medium_html in /home/u998064471/domains/rawanzo.com/public_html/wp-content/themes/hall-child/skins/default/trx_addons/components/cpt/portfolio/tpl.default-item.php on line 53

    Warning: Undefined variable $country_html in /home/u998064471/domains/rawanzo.com/public_html/wp-content/themes/hall-child/skins/default/trx_addons/components/cpt/portfolio/tpl.default-item.php on line 56
/** * Modified Portfolio Item Template (Rawanzo) * Adds Artist, Medium, Country, and Category under each artwork card */ $args = get_query_var('trx_addons_args_sc_portfolio'); $meta = get_post_meta(get_the_ID(), 'trx_addons_options', true); $link = !empty($meta['link']) ? $meta['link'] : get_permalink(); // ================= Helper Function =================== if (!function_exists('rawanzo_get_terms_html')) { function rawanzo_get_terms_html($post_id, $taxonomies) { foreach ((array)$taxonomies as $tx) { $terms = get_the_terms($post_id, $tx); if (!empty($terms) && !is_wp_error($terms)) { $names = wp_list_pluck($terms, 'name'); return implode(', ', $names); } } return ''; } } // ================= Get Taxonomies =================== $artist_html = rawanzo_get_terms_html(get_the_ID(), ['portfolio_artist', 'artist']); $medium_html = rawanzo_get_terms_html(get_the_ID(), ['portfolio_medium', 'medium']); $country_html = rawanzo_get_terms_html(get_the_ID(), ['portfolio_country', 'country']); $category_html = rawanzo_get_terms_html(get_the_ID(), ['portfolio_category', 'category']); $image = wp_get_attachment_image_src(get_post_thumbnail_id(get_the_ID()), 'medium_large'); ?>

Warning: Undefined variable $image in /home/u998064471/domains/rawanzo.com/public_html/wp-content/themes/hall-child/skins/default/trx_addons/components/cpt/portfolio/tpl.default-item.php on line 35
Jamil Hamoudi

Warning: Undefined variable $category_html in /home/u998064471/domains/rawanzo.com/public_html/wp-content/themes/hall-child/skins/default/trx_addons/components/cpt/portfolio/tpl.default-item.php on line 45

    Warning: Undefined variable $artist_html in /home/u998064471/domains/rawanzo.com/public_html/wp-content/themes/hall-child/skins/default/trx_addons/components/cpt/portfolio/tpl.default-item.php on line 50

    Warning: Undefined variable $medium_html in /home/u998064471/domains/rawanzo.com/public_html/wp-content/themes/hall-child/skins/default/trx_addons/components/cpt/portfolio/tpl.default-item.php on line 53

    Warning: Undefined variable $country_html in /home/u998064471/domains/rawanzo.com/public_html/wp-content/themes/hall-child/skins/default/trx_addons/components/cpt/portfolio/tpl.default-item.php on line 56
/** * Modified Portfolio Item Template (Rawanzo) * Adds Artist, Medium, Country, and Category under each artwork card */ $args = get_query_var('trx_addons_args_sc_portfolio'); $meta = get_post_meta(get_the_ID(), 'trx_addons_options', true); $link = !empty($meta['link']) ? $meta['link'] : get_permalink(); // ================= Helper Function =================== if (!function_exists('rawanzo_get_terms_html')) { function rawanzo_get_terms_html($post_id, $taxonomies) { foreach ((array)$taxonomies as $tx) { $terms = get_the_terms($post_id, $tx); if (!empty($terms) && !is_wp_error($terms)) { $names = wp_list_pluck($terms, 'name'); return implode(', ', $names); } } return ''; } } // ================= Get Taxonomies =================== $artist_html = rawanzo_get_terms_html(get_the_ID(), ['portfolio_artist', 'artist']); $medium_html = rawanzo_get_terms_html(get_the_ID(), ['portfolio_medium', 'medium']); $country_html = rawanzo_get_terms_html(get_the_ID(), ['portfolio_country', 'country']); $category_html = rawanzo_get_terms_html(get_the_ID(), ['portfolio_category', 'category']); $image = wp_get_attachment_image_src(get_post_thumbnail_id(get_the_ID()), 'medium_large'); ?>

Warning: Undefined variable $image in /home/u998064471/domains/rawanzo.com/public_html/wp-content/themes/hall-child/skins/default/trx_addons/components/cpt/portfolio/tpl.default-item.php on line 35
Princess Fahrelnissa Zeid

Warning: Undefined variable $category_html in /home/u998064471/domains/rawanzo.com/public_html/wp-content/themes/hall-child/skins/default/trx_addons/components/cpt/portfolio/tpl.default-item.php on line 45

    Warning: Undefined variable $artist_html in /home/u998064471/domains/rawanzo.com/public_html/wp-content/themes/hall-child/skins/default/trx_addons/components/cpt/portfolio/tpl.default-item.php on line 50

    Warning: Undefined variable $medium_html in /home/u998064471/domains/rawanzo.com/public_html/wp-content/themes/hall-child/skins/default/trx_addons/components/cpt/portfolio/tpl.default-item.php on line 53

    Warning: Undefined variable $country_html in /home/u998064471/domains/rawanzo.com/public_html/wp-content/themes/hall-child/skins/default/trx_addons/components/cpt/portfolio/tpl.default-item.php on line 56
/** * Modified Portfolio Item Template (Rawanzo) * Adds Artist, Medium, Country, and Category under each artwork card */ $args = get_query_var('trx_addons_args_sc_portfolio'); $meta = get_post_meta(get_the_ID(), 'trx_addons_options', true); $link = !empty($meta['link']) ? $meta['link'] : get_permalink(); // ================= Helper Function =================== if (!function_exists('rawanzo_get_terms_html')) { function rawanzo_get_terms_html($post_id, $taxonomies) { foreach ((array)$taxonomies as $tx) { $terms = get_the_terms($post_id, $tx); if (!empty($terms) && !is_wp_error($terms)) { $names = wp_list_pluck($terms, 'name'); return implode(', ', $names); } } return ''; } } // ================= Get Taxonomies =================== $artist_html = rawanzo_get_terms_html(get_the_ID(), ['portfolio_artist', 'artist']); $medium_html = rawanzo_get_terms_html(get_the_ID(), ['portfolio_medium', 'medium']); $country_html = rawanzo_get_terms_html(get_the_ID(), ['portfolio_country', 'country']); $category_html = rawanzo_get_terms_html(get_the_ID(), ['portfolio_category', 'category']); $image = wp_get_attachment_image_src(get_post_thumbnail_id(get_the_ID()), 'medium_large'); ?>

Warning: Undefined variable $image in /home/u998064471/domains/rawanzo.com/public_html/wp-content/themes/hall-child/skins/default/trx_addons/components/cpt/portfolio/tpl.default-item.php on line 35
Youssef Ahmad

Warning: Undefined variable $category_html in /home/u998064471/domains/rawanzo.com/public_html/wp-content/themes/hall-child/skins/default/trx_addons/components/cpt/portfolio/tpl.default-item.php on line 45

    Warning: Undefined variable $artist_html in /home/u998064471/domains/rawanzo.com/public_html/wp-content/themes/hall-child/skins/default/trx_addons/components/cpt/portfolio/tpl.default-item.php on line 50

    Warning: Undefined variable $medium_html in /home/u998064471/domains/rawanzo.com/public_html/wp-content/themes/hall-child/skins/default/trx_addons/components/cpt/portfolio/tpl.default-item.php on line 53

    Warning: Undefined variable $country_html in /home/u998064471/domains/rawanzo.com/public_html/wp-content/themes/hall-child/skins/default/trx_addons/components/cpt/portfolio/tpl.default-item.php on line 56
/** * Modified Portfolio Item Template (Rawanzo) * Adds Artist, Medium, Country, and Category under each artwork card */ $args = get_query_var('trx_addons_args_sc_portfolio'); $meta = get_post_meta(get_the_ID(), 'trx_addons_options', true); $link = !empty($meta['link']) ? $meta['link'] : get_permalink(); // ================= Helper Function =================== if (!function_exists('rawanzo_get_terms_html')) { function rawanzo_get_terms_html($post_id, $taxonomies) { foreach ((array)$taxonomies as $tx) { $terms = get_the_terms($post_id, $tx); if (!empty($terms) && !is_wp_error($terms)) { $names = wp_list_pluck($terms, 'name'); return implode(', ', $names); } } return ''; } } // ================= Get Taxonomies =================== $artist_html = rawanzo_get_terms_html(get_the_ID(), ['portfolio_artist', 'artist']); $medium_html = rawanzo_get_terms_html(get_the_ID(), ['portfolio_medium', 'medium']); $country_html = rawanzo_get_terms_html(get_the_ID(), ['portfolio_country', 'country']); $category_html = rawanzo_get_terms_html(get_the_ID(), ['portfolio_category', 'category']); $image = wp_get_attachment_image_src(get_post_thumbnail_id(get_the_ID()), 'medium_large'); ?>

Warning: Undefined variable $image in /home/u998064471/domains/rawanzo.com/public_html/wp-content/themes/hall-child/skins/default/trx_addons/components/cpt/portfolio/tpl.default-item.php on line 35
Baya Mahieddine

Warning: Undefined variable $category_html in /home/u998064471/domains/rawanzo.com/public_html/wp-content/themes/hall-child/skins/default/trx_addons/components/cpt/portfolio/tpl.default-item.php on line 45

    Warning: Undefined variable $artist_html in /home/u998064471/domains/rawanzo.com/public_html/wp-content/themes/hall-child/skins/default/trx_addons/components/cpt/portfolio/tpl.default-item.php on line 50

    Warning: Undefined variable $medium_html in /home/u998064471/domains/rawanzo.com/public_html/wp-content/themes/hall-child/skins/default/trx_addons/components/cpt/portfolio/tpl.default-item.php on line 53

    Warning: Undefined variable $country_html in /home/u998064471/domains/rawanzo.com/public_html/wp-content/themes/hall-child/skins/default/trx_addons/components/cpt/portfolio/tpl.default-item.php on line 56
/** * Modified Portfolio Item Template (Rawanzo) * Adds Artist, Medium, Country, and Category under each artwork card */ $args = get_query_var('trx_addons_args_sc_portfolio'); $meta = get_post_meta(get_the_ID(), 'trx_addons_options', true); $link = !empty($meta['link']) ? $meta['link'] : get_permalink(); // ================= Helper Function =================== if (!function_exists('rawanzo_get_terms_html')) { function rawanzo_get_terms_html($post_id, $taxonomies) { foreach ((array)$taxonomies as $tx) { $terms = get_the_terms($post_id, $tx); if (!empty($terms) && !is_wp_error($terms)) { $names = wp_list_pluck($terms, 'name'); return implode(', ', $names); } } return ''; } } // ================= Get Taxonomies =================== $artist_html = rawanzo_get_terms_html(get_the_ID(), ['portfolio_artist', 'artist']); $medium_html = rawanzo_get_terms_html(get_the_ID(), ['portfolio_medium', 'medium']); $country_html = rawanzo_get_terms_html(get_the_ID(), ['portfolio_country', 'country']); $category_html = rawanzo_get_terms_html(get_the_ID(), ['portfolio_category', 'category']); $image = wp_get_attachment_image_src(get_post_thumbnail_id(get_the_ID()), 'medium_large'); ?>

Warning: Undefined variable $image in /home/u998064471/domains/rawanzo.com/public_html/wp-content/themes/hall-child/skins/default/trx_addons/components/cpt/portfolio/tpl.default-item.php on line 35
Nja Mahdaoui

Warning: Undefined variable $category_html in /home/u998064471/domains/rawanzo.com/public_html/wp-content/themes/hall-child/skins/default/trx_addons/components/cpt/portfolio/tpl.default-item.php on line 45

    Warning: Undefined variable $artist_html in /home/u998064471/domains/rawanzo.com/public_html/wp-content/themes/hall-child/skins/default/trx_addons/components/cpt/portfolio/tpl.default-item.php on line 50

    Warning: Undefined variable $medium_html in /home/u998064471/domains/rawanzo.com/public_html/wp-content/themes/hall-child/skins/default/trx_addons/components/cpt/portfolio/tpl.default-item.php on line 53

    Warning: Undefined variable $country_html in /home/u998064471/domains/rawanzo.com/public_html/wp-content/themes/hall-child/skins/default/trx_addons/components/cpt/portfolio/tpl.default-item.php on line 56
/** * Modified Portfolio Item Template (Rawanzo) * Adds Artist, Medium, Country, and Category under each artwork card */ $args = get_query_var('trx_addons_args_sc_portfolio'); $meta = get_post_meta(get_the_ID(), 'trx_addons_options', true); $link = !empty($meta['link']) ? $meta['link'] : get_permalink(); // ================= Helper Function =================== if (!function_exists('rawanzo_get_terms_html')) { function rawanzo_get_terms_html($post_id, $taxonomies) { foreach ((array)$taxonomies as $tx) { $terms = get_the_terms($post_id, $tx); if (!empty($terms) && !is_wp_error($terms)) { $names = wp_list_pluck($terms, 'name'); return implode(', ', $names); } } return ''; } } // ================= Get Taxonomies =================== $artist_html = rawanzo_get_terms_html(get_the_ID(), ['portfolio_artist', 'artist']); $medium_html = rawanzo_get_terms_html(get_the_ID(), ['portfolio_medium', 'medium']); $country_html = rawanzo_get_terms_html(get_the_ID(), ['portfolio_country', 'country']); $category_html = rawanzo_get_terms_html(get_the_ID(), ['portfolio_category', 'category']); $image = wp_get_attachment_image_src(get_post_thumbnail_id(get_the_ID()), 'medium_large'); ?>

Warning: Undefined variable $image in /home/u998064471/domains/rawanzo.com/public_html/wp-content/themes/hall-child/skins/default/trx_addons/components/cpt/portfolio/tpl.default-item.php on line 35
Hassan Massoudy

Warning: Undefined variable $category_html in /home/u998064471/domains/rawanzo.com/public_html/wp-content/themes/hall-child/skins/default/trx_addons/components/cpt/portfolio/tpl.default-item.php on line 45

    Warning: Undefined variable $artist_html in /home/u998064471/domains/rawanzo.com/public_html/wp-content/themes/hall-child/skins/default/trx_addons/components/cpt/portfolio/tpl.default-item.php on line 50

    Warning: Undefined variable $medium_html in /home/u998064471/domains/rawanzo.com/public_html/wp-content/themes/hall-child/skins/default/trx_addons/components/cpt/portfolio/tpl.default-item.php on line 53

    Warning: Undefined variable $country_html in /home/u998064471/domains/rawanzo.com/public_html/wp-content/themes/hall-child/skins/default/trx_addons/components/cpt/portfolio/tpl.default-item.php on line 56
/** * Modified Portfolio Item Template (Rawanzo) * Adds Artist, Medium, Country, and Category under each artwork card */ $args = get_query_var('trx_addons_args_sc_portfolio'); $meta = get_post_meta(get_the_ID(), 'trx_addons_options', true); $link = !empty($meta['link']) ? $meta['link'] : get_permalink(); // ================= Helper Function =================== if (!function_exists('rawanzo_get_terms_html')) { function rawanzo_get_terms_html($post_id, $taxonomies) { foreach ((array)$taxonomies as $tx) { $terms = get_the_terms($post_id, $tx); if (!empty($terms) && !is_wp_error($terms)) { $names = wp_list_pluck($terms, 'name'); return implode(', ', $names); } } return ''; } } // ================= Get Taxonomies =================== $artist_html = rawanzo_get_terms_html(get_the_ID(), ['portfolio_artist', 'artist']); $medium_html = rawanzo_get_terms_html(get_the_ID(), ['portfolio_medium', 'medium']); $country_html = rawanzo_get_terms_html(get_the_ID(), ['portfolio_country', 'country']); $category_html = rawanzo_get_terms_html(get_the_ID(), ['portfolio_category', 'category']); $image = wp_get_attachment_image_src(get_post_thumbnail_id(get_the_ID()), 'medium_large'); ?>

Warning: Undefined variable $image in /home/u998064471/domains/rawanzo.com/public_html/wp-content/themes/hall-child/skins/default/trx_addons/components/cpt/portfolio/tpl.default-item.php on line 35
Parviz Tanavoli (Iran, b. 1937)

Warning: Undefined variable $category_html in /home/u998064471/domains/rawanzo.com/public_html/wp-content/themes/hall-child/skins/default/trx_addons/components/cpt/portfolio/tpl.default-item.php on line 45

    Warning: Undefined variable $artist_html in /home/u998064471/domains/rawanzo.com/public_html/wp-content/themes/hall-child/skins/default/trx_addons/components/cpt/portfolio/tpl.default-item.php on line 50

    Warning: Undefined variable $medium_html in /home/u998064471/domains/rawanzo.com/public_html/wp-content/themes/hall-child/skins/default/trx_addons/components/cpt/portfolio/tpl.default-item.php on line 53

    Warning: Undefined variable $country_html in /home/u998064471/domains/rawanzo.com/public_html/wp-content/themes/hall-child/skins/default/trx_addons/components/cpt/portfolio/tpl.default-item.php on line 56
/** * Modified Portfolio Item Template (Rawanzo) * Adds Artist, Medium, Country, and Category under each artwork card */ $args = get_query_var('trx_addons_args_sc_portfolio'); $meta = get_post_meta(get_the_ID(), 'trx_addons_options', true); $link = !empty($meta['link']) ? $meta['link'] : get_permalink(); // ================= Helper Function =================== if (!function_exists('rawanzo_get_terms_html')) { function rawanzo_get_terms_html($post_id, $taxonomies) { foreach ((array)$taxonomies as $tx) { $terms = get_the_terms($post_id, $tx); if (!empty($terms) && !is_wp_error($terms)) { $names = wp_list_pluck($terms, 'name'); return implode(', ', $names); } } return ''; } } // ================= Get Taxonomies =================== $artist_html = rawanzo_get_terms_html(get_the_ID(), ['portfolio_artist', 'artist']); $medium_html = rawanzo_get_terms_html(get_the_ID(), ['portfolio_medium', 'medium']); $country_html = rawanzo_get_terms_html(get_the_ID(), ['portfolio_country', 'country']); $category_html = rawanzo_get_terms_html(get_the_ID(), ['portfolio_category', 'category']); $image = wp_get_attachment_image_src(get_post_thumbnail_id(get_the_ID()), 'medium_large'); ?>

Warning: Undefined variable $image in /home/u998064471/domains/rawanzo.com/public_html/wp-content/themes/hall-child/skins/default/trx_addons/components/cpt/portfolio/tpl.default-item.php on line 35
Nasser Ovissi (Iran, b. 1934)

Warning: Undefined variable $category_html in /home/u998064471/domains/rawanzo.com/public_html/wp-content/themes/hall-child/skins/default/trx_addons/components/cpt/portfolio/tpl.default-item.php on line 45

    Warning: Undefined variable $artist_html in /home/u998064471/domains/rawanzo.com/public_html/wp-content/themes/hall-child/skins/default/trx_addons/components/cpt/portfolio/tpl.default-item.php on line 50

    Warning: Undefined variable $medium_html in /home/u998064471/domains/rawanzo.com/public_html/wp-content/themes/hall-child/skins/default/trx_addons/components/cpt/portfolio/tpl.default-item.php on line 53

    Warning: Undefined variable $country_html in /home/u998064471/domains/rawanzo.com/public_html/wp-content/themes/hall-child/skins/default/trx_addons/components/cpt/portfolio/tpl.default-item.php on line 56
/** * Modified Portfolio Item Template (Rawanzo) * Adds Artist, Medium, Country, and Category under each artwork card */ $args = get_query_var('trx_addons_args_sc_portfolio'); $meta = get_post_meta(get_the_ID(), 'trx_addons_options', true); $link = !empty($meta['link']) ? $meta['link'] : get_permalink(); // ================= Helper Function =================== if (!function_exists('rawanzo_get_terms_html')) { function rawanzo_get_terms_html($post_id, $taxonomies) { foreach ((array)$taxonomies as $tx) { $terms = get_the_terms($post_id, $tx); if (!empty($terms) && !is_wp_error($terms)) { $names = wp_list_pluck($terms, 'name'); return implode(', ', $names); } } return ''; } } // ================= Get Taxonomies =================== $artist_html = rawanzo_get_terms_html(get_the_ID(), ['portfolio_artist', 'artist']); $medium_html = rawanzo_get_terms_html(get_the_ID(), ['portfolio_medium', 'medium']); $country_html = rawanzo_get_terms_html(get_the_ID(), ['portfolio_country', 'country']); $category_html = rawanzo_get_terms_html(get_the_ID(), ['portfolio_category', 'category']); $image = wp_get_attachment_image_src(get_post_thumbnail_id(get_the_ID()), 'medium_large'); ?>

Warning: Undefined variable $image in /home/u998064471/domains/rawanzo.com/public_html/wp-content/themes/hall-child/skins/default/trx_addons/components/cpt/portfolio/tpl.default-item.php on line 35
Madiha Omar

Warning: Undefined variable $category_html in /home/u998064471/domains/rawanzo.com/public_html/wp-content/themes/hall-child/skins/default/trx_addons/components/cpt/portfolio/tpl.default-item.php on line 45

    Warning: Undefined variable $artist_html in /home/u998064471/domains/rawanzo.com/public_html/wp-content/themes/hall-child/skins/default/trx_addons/components/cpt/portfolio/tpl.default-item.php on line 50

    Warning: Undefined variable $medium_html in /home/u998064471/domains/rawanzo.com/public_html/wp-content/themes/hall-child/skins/default/trx_addons/components/cpt/portfolio/tpl.default-item.php on line 53

    Warning: Undefined variable $country_html in /home/u998064471/domains/rawanzo.com/public_html/wp-content/themes/hall-child/skins/default/trx_addons/components/cpt/portfolio/tpl.default-item.php on line 56
/** * Modified Portfolio Item Template (Rawanzo) * Adds Artist, Medium, Country, and Category under each artwork card */ $args = get_query_var('trx_addons_args_sc_portfolio'); $meta = get_post_meta(get_the_ID(), 'trx_addons_options', true); $link = !empty($meta['link']) ? $meta['link'] : get_permalink(); // ================= Helper Function =================== if (!function_exists('rawanzo_get_terms_html')) { function rawanzo_get_terms_html($post_id, $taxonomies) { foreach ((array)$taxonomies as $tx) { $terms = get_the_terms($post_id, $tx); if (!empty($terms) && !is_wp_error($terms)) { $names = wp_list_pluck($terms, 'name'); return implode(', ', $names); } } return ''; } } // ================= Get Taxonomies =================== $artist_html = rawanzo_get_terms_html(get_the_ID(), ['portfolio_artist', 'artist']); $medium_html = rawanzo_get_terms_html(get_the_ID(), ['portfolio_medium', 'medium']); $country_html = rawanzo_get_terms_html(get_the_ID(), ['portfolio_country', 'country']); $category_html = rawanzo_get_terms_html(get_the_ID(), ['portfolio_category', 'category']); $image = wp_get_attachment_image_src(get_post_thumbnail_id(get_the_ID()), 'medium_large'); ?>

Warning: Undefined variable $image in /home/u998064471/domains/rawanzo.com/public_html/wp-content/themes/hall-child/skins/default/trx_addons/components/cpt/portfolio/tpl.default-item.php on line 35
Lalla Essaydi

Warning: Undefined variable $category_html in /home/u998064471/domains/rawanzo.com/public_html/wp-content/themes/hall-child/skins/default/trx_addons/components/cpt/portfolio/tpl.default-item.php on line 45

    Warning: Undefined variable $artist_html in /home/u998064471/domains/rawanzo.com/public_html/wp-content/themes/hall-child/skins/default/trx_addons/components/cpt/portfolio/tpl.default-item.php on line 50

    Warning: Undefined variable $medium_html in /home/u998064471/domains/rawanzo.com/public_html/wp-content/themes/hall-child/skins/default/trx_addons/components/cpt/portfolio/tpl.default-item.php on line 53

    Warning: Undefined variable $country_html in /home/u998064471/domains/rawanzo.com/public_html/wp-content/themes/hall-child/skins/default/trx_addons/components/cpt/portfolio/tpl.default-item.php on line 56
About Us

Rawanzo curates and communicates Arabic artistry — crafting narratives, publishing biographies, and shaping encounters where culture and contemporary design meet. 

Contacts

Switzerland

Sign up for Our Newsletter

AncoraThemes © 2026. All rights reserved.