Hey Guys

I've followed some advice found here to make the artist show on product_music_info pages, but I'd like to make it a link as well to a list of all other items by that artist.

How would I go about doing that?

The code I found to make the Artist display was:

Code:
<?php echo ((SHOW_PRODUCT_MUSIC_INFO_ARTIST == '1' and !empty($products_artist_name)) ? TEXT_PRODUCT_ARTIST . $products_artist_name : '&nbsp;'); ?>