Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Job board using buddypress ?


modemlooper
Moderator

@modemlooper

Yes, BP works with almost any theme. You’d have to do some adjustments though.

Most themes are

header
content
sidebar
footer

The content area on a regular WP theme has the loop that shows you blog posts. BP can fit inside the content of almost any theme. It’s like extra pages with a loop for BP stuff instead of blog posts.

So to make BP work on another theme you have to match the content divs. If the theme you want to use has a content div like this.

div id=”myContent” >
div id=”padding” >

Then on the BP page HTML you have to make the content divs match. The BP content structure might look like this.

div id=”content” >
div class=”padder” >

So you’d need to change it to match the the theme.

Skip to toolbar