Skip to:
Content
Pages
Categories
Search
Top
Bottom

Login bar and comment clashing

  • @markhahnel

    Participant

    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?

Viewing 3 replies - 1 through 3 (of 3 total)
  • @markhahnel

    Participant

    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?

    @r-a-y

    Keymaster

    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.

    @markhahnel

    Participant

    Thanks @r-a-y Can we do something like this to allow users to edit comments or add RSS feeds to their profiles?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Login bar and comment clashing’ is closed to new replies.
Skip to toolbar