[quote=Bacon Butty;1244321]Any chance anyone could help me achieve what the following screenshot shows? Basically I just want to change the order the news is displayed.
Also, because of this and rather importantly, my breaking news block isnt updating when i add new breaking news. instead the old one stays there and the new one is archived which is because of the order which news is displayed when new articles are added.
[quote]
That's strange. I'm sure that I've update function.php in zipfile. Please open with a text editor functions.php (vbnews/includes).
For Breaking news goto line 193. Should say:
WHERE $where ORDER BY publisheddate DESC LIMIT 1");
If says "ASC" instead "DESC" please change it
For Important news goto line 224. If says ASC please change to DESC.
Do the same for Editor's choice (line 261) and video news (line 331).
If in all, you find (as I believe to) DESC, then check the post date of your articles. Something is going wrong there.
Maria
|