Archived topic
Advanced Custom Fields
3 replies · Started by Gonzalo on September 29, 2020
Hi there,
for a new proyect, we will use Advanced Custom Fields plugin.
I think I have to modify some code within the theme, or could I use a Hook?
I am a bit lost :(
Hi there,
you can use a Hook Element to display a field.
ACF provide this article for displaying Fields:
https://www.advancedcustomfields.com/resources/displaying-custom-field-values-in-your-theme/
Simply create what you need and add to the hook you require:
https://docs.generatepress.com/article/hooks-element-overview/
Thank you Leo, I add ACF parameters into Hook and work perfectly.
Glad to be of help