Skip to:
Content
Pages
Categories
Search
Top
Bottom

Buddypress not showing in Cusom theme


  • fabulez
    Participant

    @fabulez

    Greetings! I am coding my own custom theme at the moment that is supposed to work with just my
    specifig wordpress setup.

    However when viewing the members page of Buddypress the page is just blank. I do not know what I need to include on the page to make the content visible, twentytwentythree works perfectly fine.

    Buddypress is using my buddypress.php template which has the following code in it:

    
    <?php include 'parts/header.php';?>
    
    <div class="content">
        <div class="inner-page"><?php the_content();?></div>
    </div><!-- content -->
    
    <?php include 'parts/footer.php';?>
    
Viewing 1 replies (of 1 total)

  • fabulez
    Participant

    @fabulez

    I should also mention that putting Buddypress blocks in the content will also not display anything, however on other pages not related to buddypress it works fine.

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.
Skip to toolbar