• Hi
    Suppose I have 5 articles A1,A2,A3,A4,A5

    I want to define : “order1” as : A2,A3,A4,A5,A1
    “order2” as : A5,A3.A2.A1,A4

    And in general , define any order of articles and be able to LOOP through this order using query_posts($order=”order2″)

    What would be the best way to implement it?

    Thanks

The topic ‘ed-hoc orderting’ is closed to new replies.