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

Megan Galope
Photo Guide
BIOGRAPHY
Megan’s interest in photography stems from her annual backpacking trips with her father to beautiful remote locations around the Southwest. She has learned many skills and techniques while attending Arizona Highways Photo Workshops, and is happy to pass that knowledge on to new participants. When not playing photographer, Megan can be found running the trails in and around Phoenix.
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 );
?>