- Home
- Our Story
- Workshop Team
- Team Member Profile
Team Member Profile

Susan Snyder
Photo Guide
BIOGRAPHY
Susan is an Arizona native and she absolutely loves the state of Arizona, in part, due to all the amazing photographic opportunities there are here. She embarked on her photography journey almost 30 years ago during high school. However, she has just recently returned to the hobby after purchasing her first DSLR in 2015. Since then she has taken multiple workshops with AHPS and is now looking for an opportunity to help others with their skills.
WORKSHOPS
'product',
'posts_per_page' => '-1',
'orderby' => 'title',
'order' =>'ASC',
'meta_query' => array(
array(
'key' => 'team_members', // name of custom field
'value' => '"' . get_the_ID() . '"', // matches exaclty "123", not just 123. This prevents a match for "1234"
'compare' => 'LIKE'
)
)
));
?>
ALL WORKS
-
ID );
setup_postdata( $GLOBALS['post'] =& $post_object );
wc_get_template_part( 'content', 'product', $artist->ID );
?>