Cita:
Iniciado por zanguanga Cambia
por
y por favor, usa el highliht para escribir código en el foro.
Perdón por haber escrito mal el código ;) jeje.
He realizado el cambio que me has dicho...pero no corta el texto donde está el <!-- more--> en la entrada...
Mi código es el siguiente ahora:
Código PHP:
Ver original<?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_excerpt();
?>
</div><!-- end of item -->
<?php endwhile; wp_reset_query(); ?>