Skip to:
Content
Pages
Categories
Search
Top
Bottom

Custom front page


  • PavelS
    Participant

    @pavels

    Hi, guys.

    I need forums titles list with topics on my forums frontpage. How can i do that? What is the right way?

    I have add next lines, and all topics are shown for each of forums. I need each forum have only it’s own topics. I know that i can use BB_query or even WP_Query but i can’t figure it out. System says that i have “Fatal error: Class ‘BB_Query’ not found in X:\home\vkk.ca\www\wp-content\themes\themeName\loop-single-forum-custom.php”

    if ( !bbp_is_forum_category() && bbp_has_topics() ) : 
    bbp_get_template_part( 'loop', 'topics-custom' ); 
    endif;

    PS: it’s bad that i should enter username only instead email or username.

  • You must be logged in to reply to this topic.
Skip to toolbar