28/09/2010, 08:22
|
| | | Fecha de Ingreso: agosto-2003
Mensajes: 61
Antigüedad: 21 años, 2 meses Puntos: 5 | |
Respuesta: Problema con categorías anidadas Mira, esto está en la ayuda de wp:
To display posts from either category 2 OR 6, you could use cat as mentioned above, or by using category__in (note this does not show posts from any children of these categories):
query_posts(array('category__in' => array(2,6))); |