Forums

Why isn't my posts listed in correct order? (2 posts)

  1. spstieng
    Member
    Posted 8 months ago #

    Take a look at this page:
    The code fot getting the posts, look like this:
    query_posts("cat=$categories&orderby=title&order=ASC");
    So I order the list by Title and Ascending.

    But if you look at the output, you will see that the first 4 posts are out of order.

    These 4 posts are the newest posts I've added.

    What is happening?

  2. stvwlf
    Member
    Posted 8 months ago #

    Try removing &order=ASC from your query string

    codex says "order=ASC - show posts in chronological order"

    You don't want them in chronological order. You are already ordering them by title. that may be adding an additional parameter to the sort - by date, by title

Reply

You must log in to post.

About this Topic

Tags