Skip to:
Content
Pages
Categories
Search
Top
Bottom

How to edit the blog display


  • l r
    Participant

    @lainyrache

    Hi
    I am using child theme of twentyfifteen.
    I would like to change the way my blogs are displaying in Groups.
    Eg remove the avatar, change the date display… basically change what is displayed and how.

    Is this possible? Can anyone give me any pointers?
    thanks

Viewing 3 replies - 1 through 3 (of 3 total)

  • shanebp
    Moderator

    @shanebp

    You can create template overloads of the files you want to change.

    The single group templates are here:
    buddypress\bp-templates\bp-legacy\buddypress\groups\single\


    l r
    Participant

    @lainyrache

    Yes I’ve been using the template overloads for other pages, but I can’t figure out where to edit this one. I’ve searched all templates and can’t see the code that’s bringing in the gravatar:
    <div class="author-box">
    or the post summary:
    <div class="post-content">
    Do you have a any idea which template I need to override?
    thanks!


    l r
    Participant

    @lainyrache

    Cany anybody help me with this?
    I’ve figured out the blog and events are being created by
    groups/single/plugins.php
    and the key line on plugins.php is:
    <?php do_action( ‘bp_template_content’ ); ?>
    but now I’m stumped.
    I just can’t find the code I can edit to change my outputted code.

    thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to edit the blog display’ is closed to new replies.
Skip to toolbar