[wp-trac] [WordPress Trac] #15873: No results returned on post-format archive pages

WordPress Trac wp-trac at lists.automattic.com
Sun Dec 19 04:27:41 UTC 2010


#15873: No results returned on post-format archive pages
-------------------------------+------------------
 Reporter:  mfields            |       Owner:
     Type:  defect (bug)       |      Status:  new
 Priority:  normal             |   Milestone:  3.1
Component:  Query              |     Version:  3.1
 Severity:  normal             |  Resolution:
 Keywords:  reporter-feedback  |
-------------------------------+------------------
Changes (by mfields):

 * cc: michael@… (added)


Comment:

 I was able to fix this by changing the registration function for the
 bookmark taxonomies to:

 {{{
 'query_var' => 'bookmark_type',
 'rewrite' => array( 'slug' => 'bookmark_type' ),
 }}}

 from

 {{{
 'query_var' => 'type',
 'rewrite' => array( 'slug' => 'type' ),
 }}}

 WordPress doesn't seem to like custom objects named "type". Lesson
 learned. And thanks for your help. Back to bug finding.

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


More information about the wp-trac mailing list