• hosseinhpr1364

    (@hosseinhpr1364)


    hi dear
    i make user loop
    for example :
    ———————
    [users role=”author”]
    full name : [user]
    country : [user country]
    rating :[user rate]
    [/users]
    —————————-
    (rate=1,2,3,4,5)
    and i want to sort by rate,but i can’t.
    if it is possible,please help me.
    thanks a lot

    https://ww.wp.xz.cn/plugins/custom-content-shortcode/

Viewing 1 replies (of 1 total)
  • Plugin Author Eliot Akira

    (@miyarakira)

    Hello,

    To sort by a field, you can use orderby and field parameters.

    [users role="author" orderby="field" field="rate"]

    Does that work?

Viewing 1 replies (of 1 total)

The topic ‘orderby’ is closed to new replies.