thematic theme - customize Footer


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



Copy this code and paste it in your HTML
  1. function my_footer($thm_footertext) {
  2. $thm_footertext = 'Powered by <a href="http://www.wordpress.org">WordPress</a>, the<a href="http://www.themeshaper.com/thematic">Thematic Theme framework</a> and the Catmatic child theme.';
  3. return $thm_footertext;
  4. }
  5. add_filter('thematic_footertext', 'my_footer');

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.