jameswordpress (@jameswordpress)

Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • @jameswordpress

    Participant

    Ah yes it was the theme causing the problem. Interesting. Changing theme fixed the problem.

    In reply to: Search not working

    @jameswordpress

    Participant

    Ah yes it was the theme causing the problem. Interesting. Thanks Damian for pointing me in the right direction.

    Changing theme fixed the search issues.

    In reply to: Search not working

    @jameswordpress

    Participant

    Hi Gloopy, it looks like you fixed the problem. I’m also stuck and would love to know what you did to get the search results working.

    @jameswordpress

    Participant

    I solved this after a quick search of the code. I updated the following file:

    /bbpress/includes/forums/template-tags.php

    updating the line:

    ‘posts_per_page’ => get_option( ‘_bbp_forums_per_page’, 50 ),

    to:

    ‘posts_per_page’ => get_option( ‘_bbp_forums_per_page’, 64 ),

Viewing 4 replies - 1 through 4 (of 4 total)