Tell us what you are trying to do?
I want build web for old vehicle (vintage vehicle web). That´s mean all vehicle must be defined on start. Administrator make manufacturers and models before web start and by the run web admin can make others. For example: motocycle Triumph 5T SpeedTwin from 1938 year.
In this example:
"type" is: motorcycle
"manufacturer" is: Triumph
"model" is: 5T SpeedTwin
I would prepare data for users - users can create "vehicle", and in the vehicle form he can set only from three select components:
- select "type" (car or motorcycle)
- select "manufacturer" (Triumph, BSA, Ariel,... - dependent on first select)
- select "model" (dependent on second select)
I try all build it from custom posts. I don´t know if it is good way, because user has all items in the same time and dont oriented in items in select component. I would like hide second a third selects. Shows second select component and fill items after user choose item in the first select component.
For example - if select motorcycle, than shows second select and fill only by motorcycle items. Third select items depend on second select - if select manufacturer Triumph, than fill third select component by items for Triumph model only, for example 5T, 6T, Bonneville...
So user can create "vehicle" with defined parametrs. User can create many vehicles - fill his garage from many old veicles.
My questions:
1. Is it possible solve it by display conditions ? If yes, how ?
2. If yes, how set filters above grid for filtering in frontend ?
3. "vehicle" has empty title, because is not needed - Is possible compoud title of custom post type from parts - from values from custom fileds ? For example in or after save "vehicle". Title post type in "vehicle" will be empty and I need set it from parts - title made like this key: nickname-manufacturer-model. Because in the WordPress backend is needed oriented in the dates "vehicles" and without title is it not possible.
This my concept is for simple use for users and for filtering.
Is there any documentation that you are following?
no
What is the link to your site?
hidden link