Make WordPress Core

Opened 14 years ago

Closed 14 years ago

#16350 closed enhancement (wontfix)

Post Pagination using a [nextpage] shortcode

Reported by: swissspidy's profile swissspidy Owned by:
Milestone: Priority: normal
Severity: normal Version:
Component: Shortcodes Keywords: close
Focuses: Cc:

Description

Currently, you have to use the <!--nextpage--> html tag to paginate blog posts. This isn't very user friendly and should be changed to a shortcode instead.

We could just deprecate the html tag, since people know shortcodes better (e.g. from [gallery]).

Change History (2)

#1 @scribu
14 years ago

  • Keywords close added

<!--nextpage--> has the advantage that it degrades better, i.e. it's invisible by default.

We also have <!--more-->.

There is so much content already written using these tags that I see little benefit in deprecating them and adding shortcodes.

Last edited 14 years ago by scribu (previous) (diff)

#2 @nacin
14 years ago

  • Milestone Awaiting Review deleted
  • Resolution set to wontfix
  • Status changed from new to closed

Agreed with scribu. This is better as a TinyMCE button anyway if you want to really be doing page breaks.

Note: See TracTickets for help on using tickets.