Re: How do you setup pagination?
Not working for me. [1.0-alpha6]
I added this plugin to my ALPHA site in /my-plugins/
I then Activated the plugin via the Admin site.
To the front-page.php template, I added <div class=”nav”><?php front_page_pages(); ?></div> AFTER <?php endforeach; endif; // $topics ?> </table>
In my .htaccess file I added RewriteEngine On RewriteRule ^page/([0-9]+)/?$ /forums/?page=$1 [L,QSA]
But when I go to the front page of my forum, I still don’t see the Pagination.
No errors. Nothing
When I go to my