08-06-2010, 12:51 PM
|
#2 (permalink)
|
|
The Addict
Join Date: Jun 2008
Posts: 335
Thanks: 2
|
The way WordPress does things internally is to take the entire submitted url, deduct the host name and parse the rest as part of a WordPress Query; this might be a bit more specific than what you'd like.
For an easier solution mod_rewrite would employ a rule whereby the last set of digits in a url were changed from being part of the path to $_GET['page'] = X
So, GET, to answer your question; the post method is undesirable for pagination.
|
|
|
|