Carrello

elenco prodotti

[display-posts posts_per_page=”500″ order=”ASC”]

[display-posts posts_per_page=”500″ order=”DISC”]

<?php query_posts(‘showposts=1000);
while (have_posts()) : the_post(); ?>
<?php the_title(); ?>
<?php the_content(); ?>
<?php endwhile; ?>