Support

Account

Home Forums General Issues Edit ACF Fields on one page (Home), but apply somewhat globally through template Reply To: Edit ACF Fields on one page (Home), but apply somewhat globally through template

  • You can call a field with a specific page ID like this:

    <?php the_field('my_option',22);?>

    Where 22 is the ID of your homepage.