Can you tell me how to reverse a looper consumer order? Right now, the latest content is coming on top and the client wants their latest content at the bottom.
Thanks.
Can you tell me how to reverse a looper consumer order? Right now, the latest content is coming on top and the client wants their latest content at the bottom.
Thanks.
Hello @ywoolf,
Thanks for writing to us.
You can not set the post order on Looper consumer, you need to set the post order to the Looper provider. By default, it has been set as DESC
which displays the latest post first. In case you want to display the older post first you need to set order
as ASC
.
I checked your settings it seems that you have created a custom Looper, I would suggest you go to your custom Looper query code and set the order
as ASC
.
Hope it helps
Thanks
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.