Re: Need Help Integrating BuddyPress Functions into User Blog Theme
I’m not sure what you did exactly to make this so broken, but I can tell you how I did what you’re trying to do.
- Copy “buddypress-home” theme to a temporary folder.
- Rename “buddypress-home” to “buddypress-user”.
- Delete “buddypress-user/home.php”.
- Open “buddypress-user/style.css” and at the very least, rename the theme to include something with the words “User Theme”
- Upload this theme, and activate ONLY it in your admin panel.
- Make sure that theme is the ONLY active theme. This ensures users will only get that theme provided to them at default.
That should do it.