http://spazifluidi.altervista.org/blog/blog/

non riewsco ad ottenere il testo degli articoli ma viene ripetuto sempre il testo del secondo articolo...dove sbaglio??

codice:
<? foreach($myposts as $post) : ?>
    <div class="post-entry" style="border-right: 1px dotted #666666;border-bottom: 1px dotted #666666">

		<h2>"><?php the_title(); ?></h2>
		
<div class="post-entry-meta">Posted by <?php the_author(); ?> on <?php the_time('F jS, Y') ?> in <?php the_category(' '); ?> ~ <?php comments_popup_link('0 Comments', '1 Comment', '% Comments'); ?></div>
        <?php if ( has_post_thumbnail() ) {  ?>
        <div class="post-entry-featured-image">
			" class="opacity"><?php the_post_thumbnail('post-image'); ?>
        </div>
        
        <?php } ?>
		
<?php the_content($post); ?>
		
    </div>
	

          
            
            <?php if (function_exists("pagination")) { pagination($additional_loop->max_num_pages); } ?>
      
 <?php endforeach; ?>