Ver Mensaje Individual
  #2 (permalink)  
Antiguo 02/07/2009, 11:54
Avatar de lucasan
lucasan
Colaborador
 
Fecha de Ingreso: junio-2007
Ubicación: Cali - Colombia
Mensajes: 1.144
Antigüedad: 16 años, 11 meses
Puntos: 59
Respuesta: Cambiar resultados de Categorias

En tu archivo category.php debe haber algo asi:

Código PHP:
<?php if(have_posts()): while(have_posts()): the_post(); ?>

<h3><a href="<?php the_permalink() ?>"><?php the_title() ?></a></h3>
<?php the_content() ?>

<?php endwhile; else: ?>

//Algun codigo

<?php endif ?>
Y lo debes dejar asi:

Código PHP:
<?php if(have_posts()): while(have_posts()): the_post(); ?>

<h3><a href="<?php the_permalink() ?>"><?php the_title() ?></a></h3>

<?php endwhile; else: ?>

//Algun codigo

<?php endif ?>
Así solo imprimes el título de cada post

Saludos.
__________________
Plan Original Desarrollo Web
~$>sudo apt-get install -f
"Asi debería arreglarse todo en la vida"