Make WordPress Core

Opened 21 years ago

Closed 21 years ago

Last modified 20 months ago

#637 closed defect (bug) (invalid)

Multiple-Page Post doesn't work

Reported by: qjb's profile qjb Owned by: 2fargon's profile 2fargon
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)

#1 @qjb
21 years ago

  • Patch set to No

#2 @2fargon
21 years ago

  • Owner changed from anonymous to 2fargon
  • Resolution changed from 10 to 70
  • Status changed from new to closed

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.

This ticket was mentioned in IRC in #wordpress-dev by netweb. View the logs.


11 years ago

Note: See TracTickets for help on using tickets.