Home › Forums › WordPress › How to get custom field name in wordpress This topic has 1 reply, 2 voices, and was last updated 1 month, 2 weeks ago by avneesh. Viewing 1 reply thread Author Posts October 3, 2024 at 11:43 am #140 aviParticipant I have a custom field name is custom_title and now i want to print this into the loop how can i do that Can anyone help?? 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); Author Posts Viewing 1 reply thread You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In