• Resolved nibetanco

    (@nibetanco)


    I added a Team block to one of my pages to visualize a set of employee from a Category. My issue is that visually the client wants to see as the first person of the list the Manager, then the supervisor and then the rest of the employees. So my question is, how do I change the visual order? because right now it does it by Last Name and there is no option to change this or a field to assign a number for order or a way to drag it to the beginning etc. Thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Steven

    (@shazahm1hotmailcom)

    In the Block Editor, select the Team Block, and expand the Advanced section.

    In the Additional Options input add the following:

    id=x,y,z order_by=id|SPECIFIED

    Change x,y,z to the Entry ID of the Entries you wish to display. They must be delimited with a comma and no spaces. Here’s an example:

    id=37309,37308 order_by=id|SPECIFIED

    You are not limited to two or three; you can list as many as needed.

    The order_by=id|SPECIFIED bit tells Connections to order the entries listed by their ID in the order they are entered.

    I hope this helps! Please let me know.

    Thread Starter nibetanco

    (@nibetanco)

    Do I have to add the ID of the other employees one by one?

    Plugin Author Steven

    (@shazahm1hotmailcom)

    You must add the Entry ID for each Entry you wish to have displayed.

    I hope this helps!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Team block order’ is closed to new replies.