johncatman
Member
Posted 5 months ago #
I have read a few threads about this but it seems that totally different code for my index.php. First off my theme is Video Elements. I would like to shows posts from newest to oldest. thanks :) here is the index.php info:
[code moderated - please follow the forum guidelines for posting code]
This that code not working? It should be sorting posts from newest to oldest, because you aren't changing any of the sorting options in that code, and by default that is how WordPress sorts.
There's actually nothing in that code which would determin any post order.
Newest to oldest is the default WP behaviour.
If your site is not behaving as such, something else is doing it.... either differnt code above what you posted, or possibly in functions.php.....
johncatman
Member
Posted 5 months ago #
Functions.php code
[Code moderated as per the Forum Rules. Please use the pastebin]
johncatman
Member
Posted 5 months ago #
Check my function.php code for anything please.
http://pastebin.com/ZD9eXkc5
johncatman
Member
Posted 5 months ago #
Nope, nothing there either.
So, if you deactivate all of your plugins does the problem persist?
Also, have you switched to 2011 theme temporarily to see if the problem is theme specific?
Since newest to oldest is default, in addition to removing your plugins, you can also try to change themes to see if that's the culprit.