Hi Matthew,
I just tried this again on 2.11.2 and it does still perform the same way (sigh), but I do have a workaround which I just discovered:
{parents field="field_name" orderby="date"}
{if parents:sticky == 'y'}
<h2>Sticky</h2>
{parents:title}
{/if}
{/parents}
{parents field="field_name" orderby="date"}
{if parents:sticky == 'n'}
<h2>Not Sticky</h2>
{parents:title}
{/if}
{/parents}I feel like this isn’t the most efficient way to do this, but it works.
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.