solved excluding a genre

chorton581
@chorton581
10 years ago
139 posts
on www.versionist.net home page one of our genres is radio shows. I do not want to display them on the homepage which is just a copy of the music page.

I know i had this code given to me awhile back but can not locate the thread.
i know its something like genre not = to "10" or something like that.
thanks
updated by @chorton581: 12/29/14 10:49:18AM
brian
@brian
10 years ago
10,148 posts
Add to your {jrCore_list} function:

search#="audio_genre != radio_shows"

Change "#" to whatever number is next in your search (i.e. if you already have "search1" then use "search2", etc.

change "radio_shows" to whatever your genre is.

Hope this helps!


--
Brian Johnson
Founder and Lead Developer - Jamroom
https://www.jamroom.net
chorton581
@chorton581
10 years ago
139 posts
helped, thanks

Tags