I've been looking all over but I cannot find an example. I want to write a foother function into my functions.php Can you please give me a simple sample of how this is done. I think I have an idea but I'm not sure if will work. \[code\] function footer_function() { $return_Str=''; $return_Str .= '<h3>Copyright ? 2012</h>'; return $return_Str;}\[/code\]Thank you all for your help!!!