Headway Theme footer function


/ Published in: PHP
Save to your folder(s)

Add stuff to the footer block.


Copy this code and paste it in your HTML
  1. function footer_add_stuff() {
  2. echo '<img src="/image.jpg" alt="description" />';
  3. }
  4. add_action('headway_footer_close', 'footer_add_stuff');

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.