Jump to content
Sign in to follow this  
seeyou30

Header and footer logo in multisite

Recommended Posts

seeyou30

Hi! I know its been discussed before but I still cant get how to point logo (header and footer) in multisite install to the main site. I have sub-site (site.com/sub) with separate PlatformPro on it, so its logo points to itself. I need it to point to main site (site.com) Hope I clearly described my problem))) Thanks in advance

Share this post


Link to post
Share on other sites
seeyou30

im usuing latest update (1.5) yes, i tried to find it in library.templates.php file but i found only these lines, so im confused what to change: $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);

Share this post


Link to post
Share on other sites
seeyou30

Tim! Thanks for help, it worked! but only for header logo. footer logo still points to site.com/sub what can be done to point footer logo to the main site as well? tnx

Share this post


Link to post
Share on other sites
cmunns

create a file called template.footcols.php in PlatformBase. In that file copy everything inside of the brackets for the `function section_template()` from the original section.footcols.php Then you can modify the code as you wish...in this case you are just changing the default footer widgets set forth in the theme Just look for the first widget there and change this: `<?php echo home_url(); ?>` to your own link

Share this post


Link to post
Share on other sites
seeyou30

Adam! I did it! Success!

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  

×