My website has two custom post types, Buildings and Architects. Some buildings need to display only one architect in charge, some others 2-5.
I created for now two select fields inside Buildings, named Architect 01 and Architect 02 in order to be able to display accordingly 1 or 2 different architects using the following code:
I have two very serious problems.
1. I do not have a not set value on either of the select fields. So, even when I only select an architect 01, I always also get the first option of drop down list of architect 02,
2. On my template of buildings in order to display the options I used this>