Ver Mensaje Individual
  #3 (permalink)  
Antiguo 09/12/2013, 06:29
pinguisport85
 
Fecha de Ingreso: mayo-2011
Mensajes: 101
Antigüedad: 13 años
Puntos: 5
Respuesta: Dudas con plantillas category-slug.php

Estimado

Seria de esta forma?

Código PHP:
<?php 
        $noticia1 
= new WP_Query(); 
        
$noticia1-> query ('posts_per_page=3');  
    while (
$noticia1 -> have_posts() ) : $noticia1 -> the_post(); ?>