Revision: 28055
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at June 30, 2010 05:16 by screamwork
Initial Code
function my_footer($thm_footertext) { $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.'; return $thm_footertext; } add_filter('thematic_footertext', 'my_footer');
Initial URL
Initial Description
Initial Title
thematic theme - customize Footer
Initial Tags
wordpress, theme
Initial Language
PHP