I tried other methods like this one but they don’t seem to work in the functions.php of the child theme. Here’s how I Set it up. Am I doing it wrong? Thanks!
<?php
/*
* Add your own functions here. You can also copy some of the theme functions into this file.
add_filter(‘avf_logo_link’, ‘change_logo_url’);
function change_logo_url() {
$link = “https://agilebits.com”;
return $link;
}
* WordPress will use those functions instead of the original functions then.
*/
Hi David!
Do you mind creating a temporary admin login and posting it here privately so we can look into it?
Regards,
Yigit
Hi!
Functions.php file is not writable. Please change the permission. Or you can try copy&pasting the code from here – http://pastebin.com/GSwKsAnm
Regards,
Yigit
Hi!
Some of the single quotes were not correct. Please check your website now
Cheers!
Yigit
Hi!
It works now, the code was inside the comment block.
Regards,
Josue
You rock! Thank you so much!
You are welcome, glad we could help :)
Regards,
Josue