Skip to:
Content
Pages
Categories
Search
Top
Bottom

Help displaying more forums on the forums page

  • @camochad

    Participant

    I would like some help displaying all my forums on the main forums page. I believe I have more forums(60) then the settings allow but can’t find where to make the change to show all. This is my first WP site….

Viewing 3 replies - 1 through 3 (of 3 total)
  • @mzaweb

    Member

    Add this to your functions.php. Reload your site and then remove the code. It only needs to be executed once:

    `
    update_option( ‘_bbp_forums_per_page’, 100 );
    `

    @camochad

    Participant

    @mzaweb Worked great! Thank you for the help!

    @mzaweb

    Member

    No problem. But remember to remove that line from your file.

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.
Skip to toolbar