How to adjust sort order of Looper Provider > Dynamic Content

I’ve tried a few things and I can seem to modify the sort order of my output.

Since the Dynamic Content option only has 1 field, I’d assume we would modify that field, by I’m not seeing any changes.

What am I doing wrong here? Is one of these almost correct?
{{dc:acf:post_field field="direct_flight_airlines" orderby='title' order='asc'}}
{{dc:acf:post_field field="direct_flight_airlines"}}&orderby=title&order=asc

Hey @splaquet,

The Dynamic Content does not support sorting. Sorting may be possible with custom development but that would be beyond the scope of our theme support.

Check out our basic One service if you need customization suggestions or One Total Care for simple customization implementation.

Thank you for your update! Your reply pushed me to take another look at the problem.

I figured out that the sort order was actually set by the order they were entered into an ACF relationship field. 95% of the fields were filled alphabetically, so it was odd that a few weren’t in alphabetical order. Fortunately, the solution was as simple as removing the item out of order, save the field, then enter it back in alpha (or custom) ordering. Voilà!

Good to know that you have fugured a way to change the order.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.