-1, // Numero di post per pagina, -1 = infiniti
‘post_status’ => (blank) ,
‘category_name’ => ‘movie’,
‘tag’ => ‘sci-fi’,
‘orderby’ => ‘tile’,
‘order’ => ‘ASC’,
);
$myposts = get_posts($args);
foreach($myposts as $post) :
if (++$rowcnt == 1) {
echo “
“;
}
?>
|
“;
}
?>