Home › Forums › Front-end Issues › Field is not showing in Front-end › Reply To: Field is not showing in Front-end
Is placed someplace in the page outside the loop
<!-- intro -->
<div class="intro intro-home" id="intro-home">
<div class="container bloc-lg bloc-md-lg">
<div class="row align-items-start">
<div class="col-sm-4 col col-360">
<img />/img/lazyload-ph.png" data-src="<?php echo get_template_directory_uri(); ?>/img/placeholder-image.png" class="img-fluid mx-auto d-block lazyload" alt="placeholder image" />
</div>
<div class="col-sm-8 col">
<h1 class="mg-md btn-resize-mode h1-style">
<?php the_field( 'headline' ); ?>
</h1>
</div>
</div>
</div>
</div>
<!-- intro END -->
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.