Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 23,841
- How-to & Troubleshooting
- 129,858
- Creating & Extending
- 25,886
- Requests & Feedback
- 9,530
- Third Party Plugins
- 9,828
- Showcase
- 3,316
- Ideas
- 1,387
- Miscellaneous
- 9,177
-
I haven’t tested this myself, but the bp-default theme in BP 1.2 does not add theme support for post-thumbnails.
This would have to added to your child theme’s functions.php:
https://codex.wordpress.org/Function_Reference/add_theme_support#Post_Thumbnails
Also read the note here:
https://codex.wordpress.org/Function_Reference/get_the_post_thumbnail#Notes
Give that a shot and report back.