copyright at end of my site

Permalink
Hi,

I was wondering how to remove the copyright at the end of my site. I have not yet registered the name of the site so I want avoid using it until I have.

Thanks

Barry

misebaz
 
JohntheFish replied on at Permalink Reply
JohntheFish
If it is a free theme, keeping the copyright may be a condition of use.

To remove it, you can edit the theme footer, usually by overriding the theme. See
http://www.concrete5.org/documentation/how-tos/designers/modify-a-p...

There is a free block by mnakalay that adds copyright and has options to modify the footer copyright message for some themes.
http://www.concrete5.org/marketplace/addons/auto-copyright/...
jvansanten replied on at Permalink Reply
The best approach is to copy the theme you're using to your private space -- away from the core code -- and modify it there.

Currently, the theme is located in /home/concrete/themes/chosentheme.

Copy the chosentheme folder to:

/home/themes/chosentheme

Then, in a text editor, open up:
/home/themes/chosentheme/elements/footer.php

Find the copyright info and delete that.