Is there any way, with php or otherwise, to effectively set a limit on related/reverse_related entries?
Limit isn’t available as a param, so I tried to work around:
{related_entries id="this_id"}
{if count == "1"}{title}{/if}
{/related_entries}...but it appears count isn’t available/reset in the related loop either, it just kicks out the same count for the entries tag.
I am finding the lack of parms on relationship tags severely limiting!
Anybody have any solutions or ideas?