How to get custom field name in wordpress
Comments
-
You can use
get_field()
function for print custom field titleecho get_field("custom_title", $results->ID);
Howdy, Stranger!
You can use get_field()
function for print custom field title
echo get_field("custom_title", $results->ID);