Libros que he leído en 2011
[exec]
$loop = new WP_Query( array(‘year_read’ => ‘2011’, ‘post_type’ => ‘libros’, ‘posts_per_page’ => 100 ) );
while ($loop->have_posts() ): $loop->the_post();
the_title(‘
‘, ‘
‘ );
endwhile;
[/exec]
Libros que he leído en 2011
[exec]
$loop = new WP_Query( array(‘year_read’ => ‘2011’, ‘post_type’ => ‘libros’, ‘posts_per_page’ => 100 ) );
while ($loop->have_posts() ): $loop->the_post();
the_title(‘
‘ );
endwhile;
[/exec]