Ver Mensaje Individual
  #2 (permalink)  
Antiguo 04/07/2011, 15:54
Avatar de AlZuwaga
AlZuwaga
Colaborador
 
Fecha de Ingreso: febrero-2001
Ubicación: 34.517 S, 58.500 O
Mensajes: 14.550
Antigüedad: 23 años, 2 meses
Puntos: 535
Respuesta: Modificar presentación categorías

Podrías colocar algo así en tu archivo category.php

Código PHP:
Ver original
  1. <?php
  2. $categoria = single_term_title("", false);
  3.  
  4. if ($categoria != 'el nombre de tu categoría'){
  5.     get_sidebar();
  6. }
  7. ?>
__________________
...___...