proshow 0 Report post Posted February 19, 2011 Hey there, Has anyone figured out a simple way to change the link target of the logo within the header in a Platform Pro theme? In our case, we have a multisite install and would like the header logo in our sub-site pages refer back to the very top site home page. Thanks in advance. Share this post Link to post Share on other sites
catrina 103 Report post Posted February 19, 2011 Open the library.templates.php file in your theme folder (core > library) and find this code: ` Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites
proshow 0 Report post Posted February 19, 2011 Thank you, I never would have figured that out!! Share this post Link to post Share on other sites
emmymcleish 0 Report post Posted April 29, 2011 I think this is the same question:I think I am in the right place but I am not seeing the same languge. Which part am I to remove when I have a custom header? Thanks, function pagelines_main_logo(){ if(pagelines_option('pagelines_custom_logo')){ $site_logo = sprintf( '', home_url(), get_bloginfo('name'), esc_url(pagelines_option('pagelines_custom_logo')), get_bloginfo('name')); echo apply_filters('pagelines_site_logo', $site_logo); } else { $site_title = sprintf( '<div class="title-container">%s<h6 class="site-description subhead">%s</h6></div>', esc_url(home_url()), __('Home','pagelines'), get_bloginfo('name'), get_bloginfo('description')); echo apply_filters('pagelines_site_title', $site_title); Share this post Link to post Share on other sites
kmattison 0 Report post Posted February 20, 2012 Yep, I have the same problem as @emmymcleish Share this post Link to post Share on other sites
Simon 248 Report post Posted February 20, 2012 http://www.pagelines.com/forum/discussion/17007/the-main-logo-cant-change-the-alt-tag Share this post Link to post Share on other sites