Ticket #148 (closed enhancement: wontfix)
view paginated pages as single entry for printing
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | General | Version: | |
| Severity: | normal | Keywords: | bg|2nd-opinion has-patch |
| Cc: | Grod |
Description
When using pagination in an entry it should be possible to provide an alternate permalink that gives a printer friendly page. This page would ignore occurances of <!--nextpage--> in a post. This would be useful from an accessibility standpoint , for printing, and for those readers who prefer scrolling over clicking to the next page. The link should be added automatically to the normal permalink in the form of an icon or "print this" text.
Attachments
Change History
This feature can be enabled as described here: http://weblog.burningbird.net/archives/2004/07/07/wordpress-modifications/6/ halfway down the page. The modification is simple to make.
- Keywords bg|2nd-opinion added
- Priority changed from normal to low
Would a simple template tag, linking to a printable view, resolve this?
- Owner changed from anonymous to skippy
- Status changed from assigned to new
comment:6
markjaquith — 7 years ago
Basically, I think he wants this: Pages: 1 2 3 4 All
Where "All" would compress them all together.
- Keywords has-patch added; bg|needs-patch removed
- Owner changed from skippy to mdawaffe
- Status changed from new to assigned
- Milestone set to 2.1
148.diff
- Gets rid of more_file parameter in the_content. It doesn't work and there are better methods for this (theme system, permalink filters, rewrite rules...).
- If optional all_page_link parameter is passed, display a link that concatenates all pages.
- New query is ?page=0 or /my-page/0/ . Could have gone for ?page=all, but that's not i18n friendly.
comment:10
mdawaffe — 5 years ago
Uploaded new versions of 148b and 148c to remove some debugging.
148c.diff: I'm not sure about this, please discuss.
- All of 148b.diff
- To avoid duplicate content, rel="nofollow" on the "all" link and
- meta nofollow,noindex tags on the "all" page. This was done by tweaking noindex() and default-filters.php and throwing a hack into &get_posts.
Is the duplicate content issue a problem at all? If it is, is this a fair solution?

