/ Published in: PHP
Add stuff to the footer block.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
function footer_add_stuff() { echo '<img src="/image.jpg" alt="description" />'; } add_action('headway_footer_close', 'footer_add_stuff');