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