• Resolved Olivia Teak

    (@olivia-teak)


    I’m trying to edit the contact information in the footer, and have found it’s in code in the theme editor under the fields _address1, _address2 _phone.
    Where is the code pulling this information from and how do I change it?

    <?php the_field(‘_address1’,18); ?><br />
    <?php the_field(‘_address2’,18); ?><br />
    T: <?php the_field(‘_phone’,18); ?>

Viewing 2 replies - 1 through 2 (of 2 total)
  • The theme appears to be pulling information from Advanced Custom Fields that have been added to a page or post with the ID of 18.

    If you’re not sure which page has the ID of 18, you can find it by editing any other page, and then changing the URL. The URL will be something like /wp-admin/post.php?post=52&action=edit. You just need to change 52 (or whatever ID you see) with 18 to edit that page. You should see fields for that info there.

    Thread Starter Olivia Teak

    (@olivia-teak)

    @jakept That worked! Thanks so much ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Editing Theme Footer’ is closed to new replies.