Cita:
Iniciado por ramoncito Haz el siguiente cambio:
Código:
<?php
query_posts('category_name=Destacados&posts_per_page=2' );
while ( have_posts() ) : the_post(); ?>
<div id="item-destacado">
<h3 id="titulo-destacadas"><a href="<?php the_permalink() ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a></h3>
<?php
the_content('Leer más');
?>
</div><!-- end of item -->
<?php endwhile; wp_reset_query(); ?>
Veamos que sucede.
Pues sigue surguiendo lo mismo....es decir, toda la entrada.
No entiendo por qué puede suceder esto