Works great !
Thank you Yigit !!!
Argh … now it works !
Thanx Günni !
He Yigit,
thanx a lot – now it works …
And for all other people seeking for the solution … my code mentioned above is correct !
Regards
Stefan
Hey Yigit,
i tried to alter the code above to just get an other URL at my logo – and created the following code in my functions.php :
add_filter('avf_logo_link','av_change_logo_link');
function av_change_logo_link($link)
{
$link = "http://www.the-other-link.comife/";
return $link;
}
It does not crush my wordpress ( that´s good ) – but it also does not work ;)
Do you have any idea ?
Thanx in advance !
Stefan