[wp-trac] Re: [WordPress Trac] #10014: Select multiple categories doesn't work

WordPress Trac wp-trac at lists.automattic.com
Tue Jun 2 21:31:12 GMT 2009


#10014: Select multiple categories doesn't work
--------------------------+-------------------------------------------------
 Reporter:  csseur3       |        Owner:  filosofo
     Type:  defect (bug)  |       Status:  closed  
 Priority:  normal        |    Milestone:          
Component:  Taxonomy      |      Version:          
 Severity:  normal        |   Resolution:  invalid 
 Keywords:  categories    |  
--------------------------+-------------------------------------------------
Changes (by filosofo):

  * status:  new => closed
  * version:  2.7.1 =>
  * resolution:  => invalid
  * milestone:  2.8 =>


Comment:

 Hello csseur3,

 Trac is meant for reporting !WordPress bugs. This is a support question,
 which you should take to the [http://wordpress.org/support/ support
 forum].

 Besides, what we have here is probably bad advice in the Codex.  Please
 keep in mind that anybody can edit the Codex, so that means both that
 there can be bad advice and that you don't need to open a Trac ticket to
 resolve it.

 One obvious problem is this phrase:

 {{{
 $wpdb->term_taxonomy.term_id = 97,60,61,134,89
 }}}

 which should probably be

 {{{
 $wpdb->term_taxonomy.term_id IN (97,60,61,134,89)
 }}}

 The proposed solutions are likely not the best way to go about
 accomplishing your goal, but again that's an issue for the support forums,
 not the bug tracker.

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


More information about the wp-trac mailing list