I have created a new area on a site using Advanced Custom Fields. The area displays on the new posts and modified posts but not on the old posts. What can be done to show it on all posts with minimum effort?
In a 2013 post I saw there was no solution for it back then.
<div id="advert">
<a href="<?php echo get_field( 'add_ad_link' ); ?>">
<img src="<?php echo get_field( 'ad_image' ); ?>">
</a>
</div>