[wp-trac] [WordPress Trac] #10616: post queries are not working with custom permalinks

WordPress Trac wp-trac at lists.automattic.com
Fri Aug 14 20:50:14 UTC 2009


#10616: post queries are not working with custom permalinks
--------------------------+-------------------------------------------------
 Reporter:  frumph        |       Owner:            
     Type:  defect (bug)  |      Status:  new       
 Priority:  high          |   Milestone:  Unassigned
Component:  Template      |     Version:  2.8.4     
 Severity:  major         |    Keywords:            
--------------------------+-------------------------------------------------

Comment(by frumph):

 I figured out how to make it work by doing:

 {{{
         parse_str(preg_replace('#^.*\?#', '', $_SERVER['REQUEST_URI']),
 $query_vars);
 }}}

 Until it's fixed.

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


More information about the wp-trac mailing list