Hi,
I'd like to display posts by alpha order (title) as opposed to by date which is default.
thanks in advance =)
Hi,
I'd like to display posts by alpha order (title) as opposed to by date which is default.
thanks in advance =)
index.php takes order and orderby parameters. order can be either 'asc' or 'desc'. orderby can be 'author', 'date', 'category', 'title'. So, if you want an ascending sort by title try this:
index.php?orderby=asc&order=title
Ryan
wow, thanks!
A little tweaking to this structure:
index.php?cat=2orderby=title&order=asc
and it did the trick.
Thank you very much!!!
Excuse the newbie question. Where do you write this code? In the index.php? If , yes then where?
I have a problem with date order on my site. They are all over the place. See http://www.okee.se
This topic has been closed to new replies.