Re: WP in Subdirectory, BP 1.3svn, home link incorrect
Hi
If i install WP in a subdir then the homelink is incorrect. This is because the call for the homelink is set by the tempatetag site_url() and not bloginfo(url). So to correct this edit line 48 in header.php in bp_default theme like this.
Before:
After:
WARNING. This changes will be lost if you upgrade buddypress. A bettter way to do it would be to create a child theme and copy header.php to the child theme. Or even better create a function in functions.php that fixes this.
Nav code cut-out frpn header.php
-
<li class=”selected”>
<a href=" ” title=””>
Question: Is this a known bug?