Ver Mensaje Individual
  #9 (permalink)  
Antiguo 21/12/2012, 15:10
Avatar de el_tigre
el_tigre
 
Fecha de Ingreso: febrero-2006
Ubicación: Perú
Mensajes: 1.044
Antigüedad: 18 años, 3 meses
Puntos: 8
De acuerdo Respuesta: Duda con posición

Muchísimas pero muchísimas gracias Arturo, finalmente el código me quedó así:

Código PHP:
<h3 class="widget-title">Categorias</h3>
<ul>
            <?
    $this_category 
get_category($cat);
    if (
$this_category->category_parent == 0) {
        
$this_category->category_parent $cat;
    }
    
wp_list_cats('list=1&show_count=1&exclude=4&child_of=' $this_category->category_parent);
    
?>
</ul>
</div>
Retiré el
Código:
use_desc_for_title=0
no lo encontraba utilidad y me queda igual... ¿o afecta en algo?

Saludos