[wp-trac] [WordPress Trac] #16041: Posts index page shows incorrect page title
WordPress Trac
wp-trac at lists.automattic.com
Sun Jan 2 07:56:27 UTC 2011
#16041: Posts index page shows incorrect page title
-----------------------------------------+-----------------------
Reporter: daltonrooney | Owner:
Type: defect (bug) | Status: reopened
Priority: normal | Milestone: 3.1
Component: General | Version: 3.1
Severity: normal | Resolution:
Keywords: has-patch reporter-feedback |
-----------------------------------------+-----------------------
Comment (by greuben):
Ah! got your problem.
You are referring to next_post_link and I was checking next_posts_link.
"page" is a reserved keyword for paging. The category slug is "page" and
post slug is "2", so it creates a pagination URL since the permalink is
/%category%/%postname%/. Change the category slug and the problem
vanishes.
I don't think its a bug cause that how those verbose rules work I guess.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/16041#comment:21>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list