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