Jump to content
Sign in to follow this  
proshow

Header Logo Link Target

Recommended Posts

proshow

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

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
emmymcleish

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( '%s', 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
Simon
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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×