How to get custom field name in wordpress

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??

Comments

  • You can use get_field() function for print custom field title

    echo get_field("custom_title", $results->ID);

Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!