Ver Mensaje Individual
  #2 (permalink)  
Antiguo 10/11/2011, 06:59
Avatar de Nekko
Nekko
Colaborador
 
Fecha de Ingreso: marzo-2008
Ubicación: Buenos Aires
Mensajes: 3.141
Antigüedad: 16 años, 1 mes
Puntos: 656
Respuesta: Mostrar primer post diferente, limite de post y de titulo

Podés colocar un contador:

Código PHP:
Ver original
  1. <?php
  2. $contador = 0;
  3. query_posts($args);
  4. if ( have_posts() ) : while ( have_posts() ) : the_post();
  5. ++$contador;    
  6. if ($contador == 1) { ?>
  7. <h2><a href="#"><?php the_title(); ?></a></h2>
  8. <?php the_post_thumbnail(); the_excerpt();
  9. } else { ?>
  10. <h2><a href="#"><?php the_title(); ?></a></h2>
  11. <?php } endwhile; endif; ?>
__________________
Taller para crear themes wordpress desde cero | Presupuestos para trabajos particulares vía MP