Hi,
if i want to “label” the Title, how can i manage this?
With the get_field i just get the name. How can I get the title of my field?
Thx
mad
$field_object = get_field_object('my_field_name');
$label = $field_object['label'];
for more information see http://www.advancedcustomfields.com/resources/get_field_object/