Hello everyone,
Not even sure how to summarize the question… so please, bare with me for a second:
We need to display the names of board members. The fields are position, photo, company.
In the actual “board” page we need to display first the main Officers (with order by President, VicePresident, etc) and after that the Board Members (order by last name).
The way I’m thinking to do this is by creating a Channel called Officers with custom order and another Channel called “Board Members” where we have last name as part of the fields. and in the page, will use two channel entries to display both channels.
The question is:
Can this be accomplished with a single Channel, where the Officers/Member are either fields or category and use a single {exp:channel:entries} block? How can be divided to display first Officers with custom order, and later the other guys?
Something like:
{exp:channel:entries channel="board" }
Officers
Name 1 - President
Name 2 - Vice President
Name 3 - Some other positions
Board Members
LastName1
LastName2
LastName3
etc…
{/exp:channel:entries}
Hope that the question makes sense.
Thanks for your time