Ok...so I am looking at the tags/index.pho file looking for ways to edit the order posts are displayed. I want to display them in order by first post with the newest listed first. By default the threads are listed by last post. So I am looking at the code and find some places this can be edited in the file.....
This spot in the file:
Code:
$count = $count['count'];
$orderby = 'lastpost';
$direction = 'DESC';
I bet if I change
'lastpost' it will pop out the results I am looking for....I just don't know what it needs to be changed to....and I am wondering if this is the file that I need to edit to display the correct post icons...
So can anyone help with this? Thanks in advance.