mercoledì 11 maggio 2011

WIDGET MOSTRA POST PER CATEGORIA

<?php

// The Query
query_posts("cat=4");

// The Loop
while ( have_posts() ) : the_post();

    echo '<li><a href="http://saporiemusica.cartonianimated.com/?p=';
the_ID();
echo '">';
    the_title();
    echo '</a></li>';
endwhile;

// Reset Query
wp_reset_query();

?>

Nessun commento:

Posta un commento