Ver Mensaje Individual
  #2 (permalink)  
Antiguo 25/02/2015, 03:27
aitormendez
 
Fecha de Ingreso: abril-2014
Mensajes: 2
Antigüedad: 9 años, 11 meses
Puntos: 1
Respuesta: Cómo guardar posts en un array

Ya lo he solucionado

Código PHP:
<?php while (have_posts()) : the_post(); $post_count++?>
    <?php $titulo[$post_count 1] = get_the_title(); ?>
 <?php endwhile; ?>