Support

Account

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!