I have a page called my-todo-list and is using a custom page template.
The page is accessible via this type of URL : http://domain.com/my-todo-list/
Now I need to paginate it, and I want to look like this: http://domain.com/my-todo-list/page/1
I've read a lot of questions here, but nothing clear.
Any Ideas to make it possible? my template needs something like$page= $_GET['page'] ?
get_query_var( 'paged' ), not$_GET[], as there are no parameters in the URL, since it has been rewritten. – m0r7if3r Mar 11 '12 at 20:29