• Resolved ipsource

    (@ipsource)


    Sorry I’m new and I tried to look around for this topic but I guess I’m not wording it right in the search.

    I want to make BBPress a page on my WordPress site. I’ve installed both and they are both sharing information just fine. I just want to integrate it visually into my site.

    So is there anyway that when you click “forum” on my Navigation bar that the forum would just show up in the window below?

    Again, I’m pretty new to this so when I have to go in and start messing with code I get lost easily. I really would appreciate any advice or help you can give. Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter ipsource

    (@ipsource)

    I’m surprised no one else has had this problem?

    It’s pretty easy actually… if both your WordPress and BBPress themes look alike…. just add a link on your wordpress navigation that points to the BBPress index. At least, that’s what I did…

    Thread Starter ipsource

    (@ipsource)

    Thanks. How would I go about doing that??? Or do you have a link on how to do that specifically?

    Well… you’d have to list your pages manually, instead of using wp_list_pages() e.g:

    <ul>
        <li><a href="/home">Home</a></li>
        <li><a href="/contact">Contact</a></li>
        <li><a href="/forum">Forum</a></li>
    </ul>

    It’s difficult to give you an answer without seeing the actual blog ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Make BBPress a Page in WordPress???’ is closed to new replies.