Hello!
I am trying to autogenerate the title and slug out of two custom fields within a custom post type.
The custom post type is: kuenstler
Custom field one: vorname-kuenstler
Custom field two: nachname-kuenstler
Title should be “vorname-kuenstler [space]nachname-kuenstler” and slug should be “vorname-kuenstler-nachname-kuenstler”
I have tried to follow the instruction within this thread, but I somehow cannot get it to work. I am using the latest release of ACF.
Has somebody a working solution, which she/he could share. That would be really great!!!