Using the Pods admin GUI:
Pods Admin -> Edit Pods -> Course-> More Fields -> Units -> Edit Field -> Relationships Options
I set the “Customized ORDER_BY” field to be “menu_order”, expecting the “[each unit]” tag in the “course” template to be ordered by the “menu_order”.
What am I not understanding about how the “ORDER_BY” setting is supposed to work?
Template code is shown here:
{@post_content}
[each units]
<h4><a class="unit">Unit {@menu_order}</a>
{@post_title}
</h4>
{@post_content}
[/each]


Leave a Reply