-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Field-Keys #6
Comments
Field keys are generated by ACF. You can see these when looking at a field group by selecting to show them under page options. Combining things is likely possible. This repo is just meant to be simple examples of how to do specific things for other developer to build on and to show how some things are possible. |
Hey Hube2, |
The group key is saved as the post slug. You can also see the group key if you do an export of the field group. |
If I do an export of the field group, I don't get a group key. Here you see the exported php. For exported xml, I get "group_no" if(function_exists("register_field_group")) |
You're using ACF4. Most of the examples here will not work with ACF4 because they rely on the JavaScript included in ACF5. The JS for ACF4 would be completely different. |
Ok, thanks! Then I'll buy ACF5 and try again.... |
Hi again, |
the title and post thumbnail are not ACF fields and will not be in anything exported by ACF. |
Hi,
I really like your code. But I don't understand, where I get the field-keys. They are allready setted? I have to generate them?
Is it possible to combine the repeater-ajax-load-more and dynamic-fields-on-relationship?
Thanks for helping!
Best
The text was updated successfully, but these errors were encountered: