Thread Starter
lelote
(@lelote)
Because the sticky and the normal post was not show together.. but i just can do it .. with this..
Calling first the sticky post.
<?php $loop = new WP_Query( array('post__in' => $sticky, 'caller_get_posts' => 1, 'orderby' => ID, 'showposts' => 2 ) );
while ( $loop->have_posts() ) : $loop->the_post(); ?>
<div class="item">
<span><?php the_category(); ?></span>
<p><a>" title="<?php printf( esc_attr__( 'Permalink to %s', 'twentyten' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?PHP the_title(); ?> </a> </p>
<?php the_post_thumbnail('thumbnail'); ?>
</div>
<?php endwhile; ?>
And then the other.. can see in this web sciolli.com/revista.
Thanks for all anyway.
Thread Starter
lelote
(@lelote)
Hey! Thank you bery much! I try with that and it’s everything ok!
Thank you very much!!
Have a nice day!