jsp_1983
Member
Posted 2 years ago #
I've got an unusual problem with my WP installation - the post order reverses when I am logged in/ out of my admin account!
I've been experimenting with customisation of a template and am almost always logged in as 'admin', so haven't noticed the issue until I logged out. I haven't knowingly edited anything that looks like it could change the post order, either.
When I'm logged in, the post order shows the newest posts first and when I'm logged out, it shows the oldest posts first.
Any ideas?
Have you tried:
- deactivating all plugins to see if this resolves the problem? If this works, re-activate the plugins one by one until you find the problematic plugin(s).
- switching to the default theme to rule out any theme-specific problems?
jsp_1983
Member
Posted 2 years ago #
Yup... Deactivated all plugins and reverted to the default theme - it's still doing it.
I even tried &orderby=date&order=ASC with query_posts, as had been suggested in other places, but having it as ascending or descending didn't have an effect.
jsp_1983
Member
Posted 2 years ago #
Sorry- I'm running it off my machine (localhost).
It could be an issue with your server but the only way to test this would be to install WP on a remote server.
jsp_1983
Member
Posted 2 years ago #
Hmm... I think I might try a reinstallation. Thanks, anyway!