I have a major problem that I hope is an easy fix.
- I created a gallery view of news items.
- I sorted on the primary key (date) with the newest items first.
- When I publish using the embed feature the gallery posts as expected using the proper sort with newest first.
- When I add an item, the gallery goes back to oldest first.
This is not good for my site. It makes it seem like I have all old data because it starts at the oldest record at the bottom. The scroll bar is not easy to see so a lot of customers just go on their merry way. This is quite impactful.
How do I get the sort to hold?