All Low add-ons are now owned by EEHarbor. Read the blog post.

Support archive

Possible to output entries based on cat url title with low reorder?

stian karlsen 10 Jun 2014 10:01 question, complete

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

  1. 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.

  2. stian karlsen 10 Jun 2014 10:41

    Thanks a lot for the quick reply! That did the trick