Support

Account

Home Forums General Issues New Custom Fields Not Displaying Reply To: New Custom Fields Not Displaying

  • Elliot,

    I got the random image to appear with a little rearranging and then using the post ID. Everything works okay when creating new gallery fields, but any NEW text fields I create, I can’t get them to show.

    I’ve created two text fields to display a header and subheader, in the home page using post ID 5. But those cannot be found?

    <div class="slide_content">
    <h1><?php get_field('home_slide_header', 5); ?></h1>
    <h2><?php get_field('home_slide_subheader', 5); ?></h2>
    <hr>
    </div>