Ver Mensaje Individual
  #10 (permalink)  
Antiguo 25/02/2015, 12:13
Avatar de el_tigre
el_tigre
 
Fecha de Ingreso: febrero-2006
Ubicación: Perú
Mensajes: 1.044
Antigüedad: 18 años, 1 mes
Puntos: 8
Respuesta: Entradas ordenadas

Finalmente creo haberlo conseguido, gracias Chicho y Arturo.


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

            <?php

$posts 
query_posts($query_string .
'&orderby=title&order=asc&posts_per_page=9'); ?>
            <?php while ( have_posts() ) : the_post(); ?>
Creo que esto marcó la diferencia

Código PHP:
posts_per_page=