BUG: Previous link on frontpage pagination doesn't work
-
I’m running bbPress 1.0.2.
I’m having problems with the “PREVIOUS” link when using the “bb_latest_topics_pages” function.
I have the following code on my frontpage.php
<?php endforeach; endif; // $topics ?>
<?php bb_latest_topics_pages( array( ‘before’ => ‘<div class=”nav”>’, ‘after’ => ‘</
div>’ ) ); ?>
It display paged frontpage topic links (1, 2, 3, Next) but whenever I’m on a page other than the frontpage … for example, Page 2, both the Previous and Page 1 link points to the current page and not the previous page.
You must be logged in to reply to this topic.