Re: Getting Buddypress Functions in to Custom Theme
bump
Ok for future references, here is exactly what I did for my arras theme, And so far, it’s pretty good.
1. Installed Arras + Buddypress.
2. Installed Buddypress Template Pack
3. Called the Buddypress Stylesheets into my theme (/* Inherit the default theme styles */
@import url( ../../plugins/buddypress/bp-themes/bp-default/_inc/css/default.css ); Put that into Arras Custom.css
4. Deleted the CSS from template pack, did not need anymore (following step 3)
Everything is dandy except functions. I am missing a step… but where?