I have referred to the following post: https://kriesi.at/support/topic/copyright-text-4/#post-133120
Where in my child theme’s editor would I add this code referenced in the above post? I can see functions.php and style.css but not a socket or footer.php.
Thank you.
Hey simplyaha!
Please add following code to Functions.php file of your child theme
add_filter('kriesi_backlink', 'avia_backlink');
function avia_backlink() {
return '';
}
Cheers!
Yigit
Thanks Yigit. That did the job.