i figured it out, but a diff way.
now im having trouble with another section because the codes are different...
Código:
<?php $the_query = new WP_Query('category_name=itinerario&showposts=7');
while ($the_query->have_posts()) : $the_query->the_post();
$do_not_duplicate = $post->ID; ?>
<span class="itinerario-title"><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title(); ?>"><?php the_title(); ?></a></span>
<div class="clear"></div>
<div class="itinerario-post-content"><?php the_content('Read the rest of this entry »'); ?></div>
<div class="clear"></div>
<br />
<?php endwhile;?>
es para esta seccion envez: http://levysfifteen.com.ar/?page_id=4