Let me explain this as it will make more sense.
When you add a post the latest one is shown on the slider on the left side. We add events to the slider every day. I need the closest date to be on the left and the furtherest date to be on the right. I know the logic for a blog is to show the last post first but here we are dealing with event posts. Manually changing the post published date is rather annoying.
So I was wondering if there is a simple way in the code to reverse the hierarchy of the posts shown in the slider. Lets say I have 5 events on August 31st and 2 events on august 20th. I want to have the august 20 events shown first on the left. Does this make sense?
Basically the slider needs to show post in a certain category being the closest to today's date on the left. I am sure it is just a question of changing the mysql query and change a ASC or DSC somewhere but I can t find where the code for the slider is.
Thanks in advance














