#637 closed defect (bug) (invalid)
Multiple-Page Post doesn't work
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | major | Version: | 1.5 |
Component: | General | Keywords: | |
Focuses: | Cc: |
Description
I write a post use quicktag "page", which will insert "<!--nextpage-->" in the post, publish is complete no problem,
but user can only display the first page, when click on other page number, always return the following message:
"Sorry, no posts matched your criteria."
Change History (3)
Note: See
TracTickets for help on using
tickets.
This is not a bug.
Please use a permalink structure with a "/" between the post id and the page number.
The correct urls for the pages 2 and 3 are:
http://www.le-one.net/wp/index.php/archives/30/2
http://www.le-one.net/wp/index.php/archives/30/3
Notice the / between 30 and the page number.