Ver Mensaje Individual
  #2 (permalink)  
Antiguo 20/09/2013, 18:52
Avatar de NUCKLEAR
NUCKLEAR
Moderador radioactivo
 
Fecha de Ingreso: octubre-2005
Ubicación: Cordoba-Argentina
Mensajes: 5.688
Antigüedad: 18 años, 6 meses
Puntos: 890
Respuesta: Limitar Featured Post a una categoría

Si entendí bien, debes agregar en los argumentos el id de la taxonomia.

Código PHP:
Ver original
  1. $args = array(
  2.             'posts_per_page' => 1,
  3.             'post__in'  => get_option( 'sticky_posts' ),
  4.             'ignore_sticky_posts' => 1,
  5. 'cat'      => N, // Category ID
  6.         );
__________________
Drupal Argentina