Tagged: child theme, copyright
Hello,
How to I take “enfold theme by kriesi” out of my copyright line in the enfold theme?
Thanks,
Tim
Edit the footer.php file in the website wp-content\themes\enfold folder.
Or better, use the enfold-child theme; copy the footer.php file to the child theme and edit it in the child theme. This way your change will not get overwritten by future theme updates.
You can also just add [nolink] to the end of your copyright line under Theme Options -> Footer
Thanks @ChunkyBits
Hey!
In your WordPress theme directory open Enfold folder and Footer.php file. Find following code in line 96
<?php echo $copyright . $kriesi_at_backlink; ?>
and change it to
<?php echo $copyright; ?>
Or as was mentioned above you can add [nolink] to the custom copyright field in the footer theme options.
Best regards,
Yigit