Viewing 2 posts - 1 through 2 (of 2 total) Author Posts December 29, 2015 at 3:36 pm #558107 j_arendallParticipant Its obvisoulsy a default to have the main logo link to the Home page. Is there a way to link the logo to an external URL? Thanks December 29, 2015 at 3:51 pm #558111 YigitKeymaster Hey j_arendall! Please add following code to Functions.php file in Appearance > Editor add_filter('avf_logo_link','av_change_logo_link'); function av_change_logo_link($link) { $link = "http://kriesi.at"; return $link; } Regards, Yigit Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In