Skip to:
Content
Pages
Categories
Search
Top
Bottom

Pagination link does not show the next topics

Viewing 1 replies (of 1 total)

  • dshalgishira
    Member

    @dshalgishira

    BTW this is how the code of loop looks like:

    query_posts("paged=$paged");

    while (have_posts()) : the_post();
    ?>
    <div <?php post_class(); ?>>
    <!--h2><?php bbp_forum_title(); ?></h2>-->
    <div class="txtContent">
    <div id="forum-<?php bbp_forum_id(); ?>" class="bbp-forum-content">
    <?php bbp_get_template_part( 'bbpress/content', 'single-forum' ); ?>
    </div><!-- #forum-<?php bbp_forum_id(); ?> -->
    <?php
    endwhile;
    ?>
    <?php bbp_get_template_part( 'bbpress/pagination', 'topics' ); ?>

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