Support

Account

Home Forums Backend Issues (wp-admin) Permalink ACF Field Reply To: Permalink ACF Field

  • Hi @serviceweb

    It depends on your template. In the post loop, I believe you can replace the link with this one:

    <?php the_field('url_field_past'); ?>

    I hope this helps 🙂