Hello!
I'd like to ask a question, and I guess the simplest way to explain what I want is to simply show you the page.
See the sort by list? I simply want to sort the entries by year, which I did succeed with, in a way. The problem is that I'm being forced to make a new identical PHP page for each year, where I change the query to sort by the chosen year. The pages are linked from the dropdown list. Which is an awful way of doing it, since if I ever want to edit the page, I have to edit all the year copy pages too. :/
Is there a way to sort entries that doesn't require me to make a new php page, and just keeps it all on page one, so to speak? And if this is possible, how do you make the pagination adapt to it? Since the way I have it now, it'd break if I didn't change the URL's in the code.
Thanks a lot in advance for any replies!
Note: I'm a beginner at this, so I hope the question isn't too silly. I've searched the net a lot, but I couldn't find anything directly related to my question. :/