Disable caching of an individual template
Jamroom Developers
I have a page which uses the jrCore_list function to list handpicked artist profiles and tracks, and I have the ordering set to random. My problem is that the ordering doesn't change unless the caches are reset.
My question is, is there a way to disable caching of an individual template so that the ordering always changes every time the page is visited? I know about the no_cache parameter, but I understand that it won't work since the outer template containing the jrCore_list call may be cached. I tried using the smarty nocache function as well, wrapping it around the contents of the outermost template, but that still didn't work.
Any help with this would be greatly appreciated. Thanks!
updated by @emg-powered: 05/19/19 12:16:50AM