the query right here just isn’t for the front-end, it’s for the back-end. Is there any method that I can add a customized area utilizing ACF that solely shows/reveals in father or mother time period.
└── Class
├── Motherboard <-- is a Dad or mum Time period
│ ├── Gigabyte
│ ├── ASUS
│ └── AMD
├── Peripherals <-- is a Dad or mum Time period
│ ├── Headsets
│ ├── Mouse
│ └── Keyboards
└── Processors <-- is a Dad or mum Time period
├── AMD
└── Intel
So in /wp-admin
beneath Publish
the Class
menu, all of its Dad or mum Time period
(similar to the instance above) can have an ACF particular just for them and people youngster fields won’t have these ACF. Is it attainable?
I am utilizing ACF PRO and I am seeing this conditional logic, however this conditional logic relies on the worth of a CUSTOM FIELDS, not the hierarchy of the phrases.
I do know that I can use the Publish Taxonomy in Location Guidelines, however when new father or mother time period is added, I am going to want so as to add it additionally to the Location Guidelines, what I am making an attempt to do right here is to automate it.