Home › Forums › General Issues › Problem in displaying custom fields from Relationship field › Reply To: Problem in displaying custom fields from Relationship field
Hi @him
The issue could be brought about because you are not passing the $post_id
parameter to get_field(...)
method in your custom_field_excerpt(...)
function.
Try this, change the line where with get field to the following:
$text = get_field('introduction', $post->ID);
For more information, have a look at: http://www.advancedcustomfields.com/resources/get_field/
Hope this helps 🙂
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.