Buddypress not showing in Cusom theme
-
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)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.