I try to create a rss feet for a specific range of audio tracks, for example only Podcasts.
your-site.com/feed/audio is working good, but how can i make a specific search, like in jrCore_List search parameters:
{jrCore_list module="jrAudio"
search="audio_publish = on"
order_by="_created numerical_desc"
template="podcast_row.tpl"
no_cache="true"
limit="1" }
... to get only the output of the latest 1 audio track for that search?
updated by @bandwerkstatt: 10/18/15 03:35:36PM