If you’re looking to hide the identification of the account that posted a photo album in Wild Apricot, you’ll need to mask it at CSS. We recently used the following in CSS to mask photo album authorship (it still shows the Posting Date):
SPAN.photoInfoGray a, SPAN.photoInfoGray SPAN.postedByComment {
display:none !important;
}
This worked for us – no guarantee it will work for you, but as long as you have no conflicts it should be effective.