In my previous JR4 site. I would create a template (say) soulful.tpl.
In that template, I'd create a variable=soulful and plug that in for song_genre.
As a result, an artist that releases a soulful track/mix could put it on that page by simply using the song_genre=soulful during song creation.
Then, on the .htaccess file, I would use this code to rewrite the URL
RewriteRule ^soulful(/)+$ index.php?t=soulful [E=SEFTAG:soulful,L]
So that someone visiting www.domain.com/soulful would be taken straight to the soulful music charts.
My question is, is the SEFTAG method still valid for JR5?
If not, what can you recommend to achieve the same result?
I'm trying to have a separate page for charting songs/artists for each genre of house music.
Thanks!
updated by @ilovehousemusic: 03/19/14 10:30:05AM