Sort order of 'post' field

Support MB Builder Sort order of 'post' field

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #4500
    markmark
    Participant

    Hi Anh Tran,
    I am using a 'post' field (within a Group), with field type 'select-advanced'. On the form, the the dropdown list shows the posts listed in date-created order. Is there a way I can have them listed in alpha order instead?
    Thanks,
    Mark

    #4505
    Anh TranAnh Tran
    Keymaster

    Hi Mark, you can add params to the query_args to specify the order like 'orderby' => 'post_title'.

    #4507
    markmark
    Participant

    Hi Anh Tran,
    I have this working now, thank you. As I'm using the MB Builder and not code (I'm not a developer), I used the Query Arguments option on the 'post' form (General tab). For anyone finding this question, this is what I did, using two Query Arguments lines:

    Key | Value
    Orderby | post_title
    Order | ASC

    #4514
    Anh TranAnh Tran
    Keymaster

    That's correct! I forgot that you're using the Builder extension 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Sort order of 'post' field’ is closed to new replies.