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

Lisa Hanard
Photo Guide
BIOGRAPHY
Lisa Hanard is a graphic designer and photographer that lives in Phoenix, AZ. Lisa's interest in photography started with pets and progressed into a range of action photography such as motorcycles, birds and sporting dogs as well as night photography. She loves working with Arizona Highways Photoscapes for the opportunity to meet new people and experience beautiful places with them.
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 );
?>