Modify the theme footer
Permalink
I am using the greensalad theme as my default. I want to change the copyright from the site name to a different string.
I found the footer.php file under themes/default/elements directory and made the change but it did not change on the website. I searched all my concrete directories and could not find another file to change. Also, upon closer inspection it does not appear that the footer I see is generated by that file anyway. What am I missing?
I found the footer.php file under themes/default/elements directory and made the change but it did not change on the website. I searched all my concrete directories and could not find another file to change. Also, upon closer inspection it does not appear that the footer I see is generated by that file anyway. What am I missing?
try editing /concrete/themes/greensalad/elements/footer.php
I guess the header and footers weren't broken out very well on that template. just edit the footer in the in actual page types, like full, home, default, and view
I never thought to look in those files, but that did it. Thanks.
Where do I find those actual page files?
It is not obvious. You have to login to bluehost.com and your website. Then go to the File Manager. In the explorer-type window, go to public_html/concrete/themes/greensalad, then
edit the four files, view.php, default.php, full.php, and home.php.
edit the four files, view.php, default.php, full.php, and home.php.
:D