Site Copyright does not update to site name

Permalink
I have edited the "Site Name" in the Dashboard "Settings" however the copyright notice at the bottom of the page still says "www.sitename.com.

Any ideas?

Thanks!

http://66.147.240.177/~studioc0/concrete/...

 
CygnetMidwest replied on at Permalink Reply
CygnetMidwest
Not sure what theme you're using, but your going to have to open one of the theme files in a text editor and look for this code:
<!--change text "www.sitename.com" to your domain that you own-->
<div class="container">
<div id="footer" class="sixteen columns">
<footer>
<p>
<span>
© 2012 |
<a href="#">www.sitename.com</a>
</span>


That last part -- <a href="#">www.sitename.com</a> -- is the text that you need to change. Change # andhttp://www.sitename.com to the URL of your web site.

This code may be in a file called footer.php or footer.html. Or it could be in default.php.