Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 23,840
- How-to & Troubleshooting
- 129,848
- Creating & Extending
- 25,881
- Requests & Feedback
- 9,529
- Third Party Plugins
- 9,828
- Showcase
- 3,316
- Ideas
- 1,386
- Miscellaneous
- 9,177
-
@davidniyat – you can’t just cut and paste sections from the default theme if they rely on functions that are defined elsewhere in the theme. It’s designed to be use a parent theme.
The bp_dtheme functionality is embedded / used in various places in the theme. In particular, you need to take a look at the functions.php file where those functions are defined.