per il numero di volte specificato
$x=-1;
for ($i = 0; $i < $n_posts; $i++) {
$x=$x+1;
?>
//Item POST?>
if($post_content[$x]){ //se non c'è testo non inserire l'avatar?>
if($post_avatar_02[$x]){ //se c'è il secondo avatar?>
}?>
if($hashtag[$x]){ //se ci sono hashtags?>
$arrayhastag = explode("|", $hashtag[$x]);
foreach ($arrayhastag as $itemhash) { ?>
} ?>
}?>
}
?>
// footer?>