Home › Forums › ACF PRO › Field not showing on blog post › Reply To: Field not showing on blog post
Its this bit in the blog sidebar that seems to causing the issue.
while ($latestposts->have_posts()) : $latestposts->the_post(); ?>
<?php the_post_thumbnail( 'small-rectangle', ''); ?>
<h4><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h4>
<p><?php the_excerpt(); ?></p>
<hr>
<?php endwhile; ?>
If I remove this bit it works. Not sure how to edit this bit though (its a site I inherited, so I didn’t code this bit…
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.