Opened 17 years ago
Closed 17 years ago
#9104 closed enhancement (wontfix)
Put page number into <title>
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | lowest | |
| Severity: | trivial | Version: | 2.7 |
| Component: | Template | Keywords: | |
| Focuses: | Cc: |
Description
As mentioned in http://perishablepress.com/press/2008/07/21/how-to-generate-perfect-wordpress-title-tags-without-a-plugin/
if ($paged>1){echo '- page ', $paged;}
one finds WordPress (or at least its default theme) should consider
putting the page number of various page 2, 3, 4... into the XHTML
<title> of the page in question, be it search results, archives, or
even the default page of the site. As long as we are on the second or
more of such pages, the <title> should reflect it.
The goal is to make different pages findable in one's browser
history, etc.
(True, Google, MediaWiki, and Trac don't currently do this.)
Change History (4)
Note: See
TracTickets for help on using
tickets.
As you highlight, Google, MediaWiki, and Trac don't currently do this. And it can be done with a plugin.