Viewing 1 replies (of 1 total)
  • Plugin Author WPKube

    (@wpkube)

    Hi @jonturks

    There are parameters for ordering available. Example:

    [authors_list order="DESC" orderby="post_count"]

    The order parameter is for the direction and can be either ASC (ascending) or DESC (descending)

    The orderby is where you set by what the authors are ordered by and can be one of the following: post_count, post_date, ID, login, nicename, email, url, registered, display_name, first_name, last_name, include

    Not sure if any of those would help achieve that specific order. If not, then the last one can help, the include

    There is a parameter called include where you set the IDs of the users you want to display, and setting the orderby to include will use the same order in which you added them.

    Example:

    [authors_list order="ASC" orderby="include" include="5,10,15"]

    Change the 5,10,15 part to be the IDs of the users, each ID separated by a comma.

Viewing 1 replies (of 1 total)
  • The topic ‘Change ID Sequence’ is closed to new replies.