Re: Making Your Theme BuddyPress Compatible
@hsiaolungchang Read through the example of the BP Template Pack process https://codex.buddypress.org/theme-development/bp-template-pack-walkthrough-level-easy-2/
Note that there is usually a pattern to the HTML structures you will be imposing from your design onto the template pack files. The code you posted above for page.php is incomplete closing divs and get_footer code.