How to Create a Genre block
Design and Skin Customization
Try this for the link...
<a href="{$jamroom_url}/music/search_area=audio_genre/search_string={$item.audio_genre">{$item.audio_genre}</a>
Hope this helps!
<a href="{$jamroom_url}/music/search_area=audio_genre/search_string={$item.audio_genre">{$item.audio_genre}</a>
{capture name="song_row" assign="song_row"}
{literal}
{if isset($_items)}
{jrCore_media_player type="jrAudio_player_dark" module="jrAudio" field="audio_file" items=$_items autoplay=false}
{/if}
{/literal}
{/capture}
{jrCore_list module="jrAudio" order_by="audio_like_count numerical_desc" profile_id=$_profile_id template=$song_row}
{capture name="song_row" assign="song_row"}
{literal}
{if isset($_items)}
{jrCore_media_player type="jrAudio_player_dark" module="jrAudio" field="audio_file" items=$_items autoplay=false}
{/if}
{/literal}
{/capture}
{jrCore_list module="jrAudio" order_by="audio_like_count numerical_desc" template=$song_row}
{capture name="song_row" assign="song_row"}
{literal}
{if isset($_items)}
{jrCore_media_player type="jrAudio_player_dark" module="jrAudio" field="audio_file" items=$_items autoplay=false}
{/if}
{/literal}
{/capture}
{jrCore_list module="jrAudio" order_by="audio_rating_1_5 numerical_desc" template=$song_row}