Possible to output entries based on cat url title with low reorder?
With this code
{exp:low_reorder:entries
set="treatments"
cache="yes"
refresh="90"
disable="member_data|pagination"
}
I'm not able to use /something/category/cat-title (it will just output all entries in the channel.
But if I change exp:low_reorder:entries to exp:channel:entries, it works just fine. What can I do to remedy this?
Replies
Low 10 Jun 2014 10:03
The dynamic parameter on the Entries tag is set to "no" by default. Use dynamic="yes" to make it look for the category in the URI.
stian karlsen 10 Jun 2014 10:41
Thanks a lot for the quick reply! That did the trick