Hej guys,
Is there a way to link the logo to a different page than the frontpage? I’ve already looked in the helper-main-menu.php file but couldn’t find anything (which doesn’t say anything because I’m not very good at this).
Would be really great if you could help me out!
Greetings from Germany,
Martin
Hallo Martin,
Danke, dass Sie unser Theme benützen.
In functions.php am Ende bitte folgenden Code einfügen und xxxx mit der neuen Adresse ersetzen:
add_filter (''avf_logo_link', 'my_new_logo_link', 10, 1);
function my_new_logo_link ($old_logo_link)
{
$new_logo = 'xxxx';
return $new_logo;
}
Liebe Grüsse aus Wien
Günter
Super, vielen Dank für die schnelle Antwort!
Hat 1A geklappt, war aber ein ‘ zu viel bei add_filter (”avf_logo_link’, .
Nur falls jemand das gleiche Problem sollte und dann eine Fehlermeldung bekommt…
Grüße nach Wien