Forums

listing posts in alpha order? (4 posts)

  1. mrsid
    Member
    Posted 8 years ago #

    Hi,
    I'd like to display posts by alpha order (title) as opposed to by date which is default.
    thanks in advance =)

  2. Ryan Boren
    WordPress Dev
    Posted 8 years ago #

    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

  3. mrsid
    Member
    Posted 8 years ago #

    wow, thanks!
    A little tweaking to this structure:
    index.php?cat=2orderby=title&order=asc
    and it did the trick.
    Thank you very much!!!

  4. callesjonell
    Member
    Posted 8 years ago #

    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

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.