• Hi, I have an Archives list working fine but I’d like to allow my readers to chose the way they want the posts list to appear. So on the archives page, I want to add 3 text links above the main list:

    Alphabetical order (ASC-DESC) / Date (ASC-DESC) / My custom fiels (ASC-DESC)

    I tried to do something but it doesn’t work:

    ” rel=”bookmark” title=”Alphabetical order”>Alphabetical order

    And do you know how I can call a custom field and make it in DESC order?

    I thought this kind of listing was easy to make since I see it everywhere on sites archives so I guess someone already tried to do the same with WP.

    Thanks for any help, it’s more than welcome 🙂

Viewing 1 replies (of 1 total)
  • Thread Starter Alkorr

    (@alkorr)

    Sorry, I can’t edit my post and I forgot the tag the code:

    <a href="<?php query_posts('orderby=$Titre&order=asc'); ?>">Classement alphabétique</a>

    Better this way ^^

Viewing 1 replies (of 1 total)

The topic ‘Customize posts list order’ is closed to new replies.