Home › Forums › WordPress › How to get custom field name in wordpress › Reply To: How to get custom field name in wordpress October 3, 2024 at 11:46 am #141 avneeshParticipant You can use get_field() function for print custom field title echo get_field("custom_title", $results->ID);