[wp-hackers] Is this a bug? (rewrite rules)
Andy Skelton
skeltoac at gmail.com
Tue Sep 9 04:13:11 GMT 2008
On Mon, Sep 8, 2008 at 9:12 AM, Otto <otto at ottodestruct.com> wrote:
> Is there any reason why the first one uses "paged" while the second
> one uses "page"?
It's a different kind of paging. The first refers to "Previous posts"
pages of home and affects the query LIMIT. The second is for reading
the parts of a multi-page post (see function setup_postdata) and does
not affect the query.
Cheers,
Andy
More information about the wp-hackers
mailing list