Tagged: logo link
Hey there,
I have set the Logo link to a different site using the filter:
add_filter(‘avf_logo_link’,’av_change_logo_link’);
function av_change_logo_link($link)
{
$link = “http://kriesi.at”;
return $link;
}
But the link should open in a new tab/window.
Any hints?
Regards Martin
Hey edfaber!
You can use the following
http://stackoverflow.com/questions/4907843/open-a-url-in-a-new-tab-and-not-a-new-window-using-javascript
where it does explain how and what code to use, so a link will open to a new window.
Please do let us know if we can do anything else for you.
Best regards,
Basilis