I found myself today wanting to sort my reverse_related_entries by category, and was surprised when I couldn’t seem to do it.
I first tried to manually limit with the category id parameter, which had no effect:
{exp:weblog:entries weblog="schools"}
{reverse_related_entries weblog="faqs" catgegory="5"}
{if count == 1}
<ul>
{/if}
<li><a href="#{url_title}"}>{title}</a>
</li>
{if count == total_results}
</ul>
{/if}
{/reverse_related_entries}
{/exp:weblog:entries}
My only other thought was to do a category archive, but couldn’t figure out how to do it with only my related entries.
There’s gotta be a way to do this, right?
