-
Jon posted on the forum topic Setting up Buddypress with a child theme – customizing themes in the group How-To and Troubleshooting: 14 years, 4 months ago
Try https://codex.wordpress.org/Child_Themes
I created my own child theme for Buddypress following those instructions.
-
Jon posted on the forum topic bp_page_title() doesn’t return correct title in the group How-To and Troubleshooting: 14 years, 4 months ago
I think the problem is on bp-core-templatetags.php around line 946. if ( defined( ‘BP_ENABLE_MULTIBLOG’ ) ) { $blog_title = get_blog_option( $current_blog->blog_id, ‘blogname’ ); } else { $blog_title = get_blog_option( BP_ROOT_BLOG, ‘blogname’ ); // next 3 lines added if ( is_page() ){ $title = $post->post_title; } } Returns the page title a bit…[Read more]
-
Jon joined the group How-To and Troubleshooting 14 years, 4 months ago
@jonacb
Not recently active