We’re using a custom logo in our Mantra 2.03 site. However, clicking on that logo links to the WPMU parent site, not the subsite. Have others encountered this, or how to fix?
I fixed this by changing mantra/includes/theme-functions.php from
if (isset($mantra_logoupload) && ($mantra_logoupload != ”)) : echo ‘<div></div>’; endif;
to
if (isset($mantra_logoupload) && ($mantra_logoupload != ”)) : echo ‘<div></div>’; endif;
Thanks much Ben Ransom – could not for the life of me find the correct php to change the code. Without (mantra/includes/theme-functions.php) it was getting frustrating. I changed href=“/” to href=“http://mywebsite.net/subdomain/” and when I click on it now it goes straight to the home page.
again thanks all…
Author
Posts
Viewing 5 posts - 1 through 5 (of 5 total)
The topic ‘custom logo links to parent, not sub site’ is closed to new replies.
Our site uses only necessary functionality cookies.
See the cookies policy for more info.