BuddyBoss Home – Web Support Forums Themes BuddyBoss theme how to link to the parent forum

Viewing 3 posts - 1 through 3 (of 3 total)
  • Question

    #33739
    @tmg2014

    I would like to bypass the first forum page that comes up with http://teammustanggirls.com/forums/ and go straight to here http://teammustanggirls.com/forums/forum/team-mustang-girls/
    Is is possible? I made the forum page and used the code. Can you make a code for a page? Or is there any other option?

    Answers

    #33740
    @tmg2014

    Basically I want the forums link to link right to where people can post. I would prefer not to have the redundant forum/forums but if not a link would be great! Thanks

    #33743

    Alyssa
    Participant
    @alyssa-buddyboss

    @tmg2014 on the Forums Settings page: /wp-admin/options-general.php?page=bbpress
    There is this option: Prefix all forum content with the Forum Root slug (Recommended)

    Or I think you mean to auto redirect to that page. Unfortunately that is going to be custom development that perhaps the BuddyPress Support group might be willing to assist with, or possibly the php community.
    You will need to place something like this in your header.php file:

    if current_page == ‘/forums/’
    redirect here => /forums/team-mustang-girls/

Viewing 3 posts - 1 through 3 (of 3 total)
  • The question ‘how to link to the parent forum’ is closed to new replies.