@organicthemes:
I’m having trouble inserting parts of the profile into HTML. let’s say I write an ACF field exactly like yours for a profile and want to display just the image. If I wanted to do this I would look up the “Field Name,” (for this example it will be profile_image) in the wordpress backend. Then in the HTML template I would write <? get_field(‘profile_image’); ?>. I’m looking for a list of field names and/or documentation about how to call the parts similar to this:
https://www.advancedcustomfields.com/resources/displaying-custom-field-values-in-your-theme/
Anyway, this is the documentation I was looking for when I installed the plugin