Editing Theme Footer
-
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)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Editing Theme Footer’ is closed to new replies.