Home › Forums › Front-end Issues › Custom field not showing on page – title displays fine › Reply To: Custom field not showing on page – title displays fine
Hi!
You should use the post types slug for the post_type argument.. which I’m guessing would be portfolio-item?
The reason why your ACF field is not being displayed is because you’re using the_field which tries to echo the result itself. In this case you’re already doing that so replace the_field with get_field and you should be golden!
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.