Or is there any way to enable comments on buddypress pages, I’m using the wordpress HTML changes at the moment which may explain why it messes up the sidebar?
The bp-default theme is missing the comments_template(); function call in page.php.
You can add this yourself!
Copy over /bp-themes/bp-default/page.php to your child theme and add:
comments_template();
just before the endwhile line.
Thanks @r-a-y Can we do something like this to allow users to edit comments or add RSS feeds to their profiles?
Mark
@markhahnel
14 years, 4 months ago
I have set up comments on my pages at http://www.science2point0.com – unfortunately any of my ‘pages’ dont display the side bar. Does anyone know a way of enabling comments on pages without inefering with the sidebar?