Searching and asking people finally i solved this problem. I don't need money to help people, so this is guyz:
Include in page template the code:
Code:
<?php
$args = array( 'tag' => tag_name_here);
$lastposts = get_posts( $args );
foreach($lastposts as $post) : setup_postdata($post); ?>
<div id="post-headline"><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></div>
<?php the_content(); ?>
<?php endforeach; ?>
Know anyone how I can include in a separate template, the atahualpa js scripts? My jQuery plugins doesn't work on this page.
Regards,
Mihai Morjan