Edit the top of the
topics-per-page.phpfile to change the number of topics or posts you want on each kind of pageAdd the
topics-per-page.phpfile to bbPress'my-plugins/directoryActivate plugin
If you'd like to add pagination (page numbers) on the front page, simply add to your
front-page.phptemplate<div class="nav"><?php front_page_pages(); ?></div>AFTER<?php endforeach; endif; // $topics ?> </table>If you use rewrite slugs you MUST add the following rule to your
.htaccessfile
RewriteRule ^page/([0-9]+)/?$ /forums/?page=$1 [L,QSA]
anywhere before </IfModule> where /forums/ is the path to your bbpress install.