I’m listing a series of entries via the reverse_related_entries tag. When using the channel:entries tag you can assign multiple ‘orderby’ values with the pipe character, eg. to order posts alphabetically and then by date:
{exp:channel:entries orderby="title|date"}This doesn’t seem to work on the reverse_related_entries tag however… I want to order the reverse_related_entries by a custom field called ‘rating’ and then by date, so was hoping this would work:
{reverse_related_entries orderby="rating|date"}Unfortunately adding the pipe character to the reverse_related_entries ‘orderby’ parameter seems to kill the orderby statement and it is ignored all together.
Does the reverse related entries tag officially not support this functionality? If so is there any other way I can order the reverse related entries using multiple values?