Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Login bar and comment clashing


r-a-y
Keymaster

@r-a-y

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.

Skip to toolbar