From the list: Build ✔ Footer - Needs logo to pull in from theme settings. Cody A. added this on Mar 21, 2020 Completed Mar 25, 2020 by Cody A. Assigned to Cody A. Comments & Events Cody Armock, Web Content Specialist added the bolded word to footer-FourColumn.php in the parent theme. <img class="footerLogo" src="<?php echo esc_url(get_field('footer_logo','options')); ?>" />Now it works. Mar 25, 2020 at 1:12 PM No one was notified Cody Armock completed this to-do. Mar 25, 2020 at 1:35 PM
Cody Armock, Web Content Specialist added the bolded word to footer-FourColumn.php in the parent theme. <img class="footerLogo" src="<?php echo esc_url(get_field('footer_logo','options')); ?>" />Now it works. Mar 25, 2020 at 1:12 PM No one was notified
<img class="footerLogo" src="<?php echo esc_url(get_field('footer_logo','options')); ?>" />
Now it works.