Salve ho un poblemino...
Con questo codice:

Codice PHP:
<?php while (have_posts()) : the_post(); ?>[*]
    [url="<?php the_permalink() ?>"] <?php the_title(); ?>"><?php the_title(); ?>[/url]

    [size="1"]<?php the_time('d-m-Y'?>[/size]
    
    <?php endwhile;?>
visualizzo gli ultimi post inseriti...
bene, io vorrei che i post visualizzati fossero in base ad una categoria preimpostata.
Come faccio?