Thesis: edit footer


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



Copy this code and paste it in your HTML
  1. /*--------------------------------------------------*/
  2. /* edit footer-footer */
  3. /*--------------------------------------------------*/
  4.  
  5. remove_action('thesis_hook_footer', 'thesis_attribution');
  6.  
  7. function copyright() {
  8. echo '<p>Copyright &copy; 2009&ndash;' . date('Y') . '</p>';
  9. }
  10. add_action('thesis_hook_footer', 'copyright', '99');

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.