Skip to:
Content
Pages
Categories
Search
Top
Bottom

How do I remove “No Comments” – BuddyPress

  • @dreph

    Member

    Hello, All! :-)

    I was wondering if anyone knew EXACTLY how to remove the words “No Comments” from this page…

    It doesn’t work to modify the index.php, comments.php, or comment.php… which was the only solution on the very few pages I found with this issue.

    http://www.eachartist.net

Viewing 6 replies - 1 through 6 (of 6 total)
  • @gogger

    Member

    In your style.css you could add the lines:

    .comments{
    display: none;
    }

    Its not the prettiest way, but it should work. The double lines still exist though so you might wanna change the css for .postmetadata to…

    @gogger

    Member

    Just remembered, bp uses archive.php for the posts view. Open up archive.php and edit line 37 and remove the entire span tag and its contents. Leave the rest if you want tags to show up…

    @dreph

    Member

    neither one of those methods worked, unfortunately.

    @dreph

    Member

    neither one of those methods worked, unfortunately.

    @gogger

    Member

    Thats bizarre :-S ill have another look after breakfast… Its just the default theme with some colours changed yes?

    @gogger

    Member

    Are you sure that didnt work? Because they both work my end [though method on is not a good idea unless you want to disable them completely that class is used in a few places] Are you modifying the default theme files or using a child theme?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How do I remove “No Comments” – BuddyPress’ is closed to new replies.
Skip to toolbar