Hi
I’m creating a website which will have a lot of people blogging on it.
In a certain area, I want all posts displayed, three at a time.
Right now it already shows
<Previous 1 2 3 4 5 6 Next>
Will the numbers go on "until infinite" when there are lots of posts? Or will it show something like
<Previous 1 2 3 4 ... 92 93 Next> ?
How can I solve this without limiting the number of posts to collect?