• How to order post by number field 10 after 9 ?
    Now 10 show after 1.

    Ex:

    [loop type=post orderby=chapter order=ASC]

    Chapter – Post Title
    1 – Title 1
    10 – Title 10
    2 – Title 2
    3 – Title 3
    4 – Title 4
    5 – Title 5
    6 – Title 6
    7 – Title 7
    8 – Title 8
    9 – Title 9

Viewing 1 replies (of 1 total)
  • Hi,

    Is “chapter” a custom field? If yes, try:
    [loop type=post orderby=field_num key=chapter]

    If not, you could order by post-id. It only works if you create the chapters in a logical order.
    [loop type=post orderby=id]

    Peter

Viewing 1 replies (of 1 total)
  • The topic ‘Order by number field’ is closed to new replies.