Ver Mensaje Individual
  #7 (permalink)  
Antiguo 02/08/2013, 13:56
Avatar de metacortex
metacortex
Viejo demente
 
Fecha de Ingreso: junio-2004
Ubicación: Caracas - Venezuela
Mensajes: 9.027
Antigüedad: 19 años, 10 meses
Puntos: 832
Respuesta: Problema con permalinks y custom post types

Nekko, cambia esto:

Código PHP:
'rewrite'             => array('slug' => 'anunciantes','with_front' => FALSE), 
por esto
Código PHP:
'rewrite'             => array('slug' => 'anunciantes'), 
y borra esta línea:
Código PHP:
flush_rewrite_rules(); // <- do this only once! 
Si no te funciona pega el código concerniente a register_taxonomy() para ver qué tienes ahí.