How do I add new text to the copyright line?
Change copyright text?
6 posts from 3 voices-
Posted 7 months ago #
-
Open the footer.php you will find the area with the current text, there you can edit what you want in your page.
Posted 7 months ago # -
Thanks.
Is there a way to do this in functions.php so the revisions won't be wiped out when the theme updates?
Posted 7 months ago # -
Hi webbie22,
The only way to set the copyright line is via footer.php, you can set the file's permission to 444, so it won't get overwritten during a theme update.
Regards,
IsmaelPosted 7 months ago # -
I was able to add a perpetual date to the copyright so the year will update on its own. Here's the code if anyone is interested,
<?php echo date("Y"); ?>Had to use cpanel to 444 the file, could not do that via FTP.Thanks much
Posted 6 months ago # -
Hi webbie22,
Glad we could help and thanks for the tip. :)
Regards,
IsmaelPosted 6 months ago #
Topic Closed
This topic has been closed to new replies.














