Support

Account

Home Forums Front-end Issues show acf-fields on 404.php Reply To: show acf-fields on 404.php

  • Hey Bassapguy,

    Have you tried to put your code in 404.php:
    <?php the_field('MY_FIELD', XX); ?>
    Where XX is your contact field ID?