';
/*
* If the Artist Name display setting is set to Yes, this function will display the artist's name.
*/
echo '
' . artispressArtistTitle() . '
';
echo '';
/*
* This function will display the artist's photo.
*/
artispressArtistPhoto();
/*
* This function will display the artist's details including phone number, email and web address and bio.
*/
artispressArtistDetails();
echo '
';
endwhile;
else :
/*
* This function will display the "No Artists" error message when there are no artist added.
*/
artispressNoArtists();
endif;
get_footer('artistpress'); ?>