1of9
'_artist_first.html', 'sort' => 'sortname', 'sort-order' => 'ASC', 'category' => 'artist-category/main/', 'count' => 1 ], true); } $cat = trim(perch_collection('Artists', [ 'template' => '_artist_cat.html', 'filter' => 'slug', 'match' => 'eq', 'value' => $artist ], true)); ?>
'_artwork_slideshow.html', 'filter' => 'artists.slug', 'match' => 'eq', 'value' => $artist, 'sort' => 'orientation', 'data' => [ 'artist' => $artist ] ]); perch_collection('Artists', [ 'template' => '_artist_detail.html', 'filter' => 'slug', 'match' => 'eq', 'value' => $artist ]); perch_collection('Artworks', [ 'template' => '_artworks.html', 'filter' => 'artists.slug', 'match' => 'eq', 'value' => $artist, 'sort' => 'orientation' ]); ?>
'_artist_popup.html', 'filter' => 'artists.slug', 'match' => 'eq', 'value' => $artist, 'sort' => 'orientation' ]); ?>