28 Jul 2006, 7:33 PM
New Zenner
- Join Date:
- Sep 2005
- Posts:
- 23
- Plugin Contributions:
- 0
Make Artist A Link
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:
<?php echo ((SHOW_PRODUCT_MUSIC_INFO_ARTIST == '1' and !empty($products_artist_name)) ? TEXT_PRODUCT_ARTIST . $products_artist_name : ' '); ?>