Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Try working on a Child Theme of the footer file.
What happens if you add your content to after this line
<div id="footer" role="contentinfo">
Or after this line
<?php /* dkret3 Hook */ do_action( 'dkret_before_footer' ); ?>
?
Thread Starter
below7
(@below7)
Yep, that did it exactly. right after
<div id=”footer” role=”contentinfo”>
Thanks a million.
You can even use the Theme-Options. There is already an option to change the footer. It’s really easy.