[wp-trac] [WordPress Trac] #22592: Post Permalink Broken When No Post Title

WordPress Trac noreply at wordpress.org
Mon Nov 26 19:06:31 UTC 2012


#22592: Post Permalink Broken When No Post Title
--------------------------+------------------------------
 Reporter:  miqrogroove   |       Owner:
     Type:  defect (bug)  |      Status:  new
 Priority:  normal        |   Milestone:  Awaiting Review
Component:  General       |     Version:
 Severity:  normal        |  Resolution:
 Keywords:                |
--------------------------+------------------------------

Comment (by miqrogroove):

 The direct cause of this problem is the archive rewrite:

 {{{
 s:39:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$";
 s:63:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]";
 }}}

 This should go away after 100 posts exist in the database.

 The actual post rewrite shows up much later at:

 {{{
 s:44:"([0-9]{4})/([0-9]{1,2})/([^/]+)(/[0-9]+)?/?$";
 s:81:"index.php?year=$matches[1]&monthnum=$matches[2]&name=$matches[3]&page=$matches[4]";
 }}}

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/22592#comment:3>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list