Arte e mestieri

[insert_php]
$args = array(
‘tag’ => ‘arteemeastieri’,
‘posts_per_page’ => 200,
‘orderby’ => ‘date’,
‘order’ => ‘DESC’,
‘paged’=> $paged,
);
$query = new WP_Query($args);
// The Loop
while( $query->have_posts() ) : $query->the_post();
echo ‘

‘;
echo ‘

‘;
the_title();
echo ‘

‘;
echo ‘

‘;
the_post_thumbnail();
echo ‘

‘;
echo ‘

‘;
the_excerpt();
echo ‘

‘;
echo ‘

‘;
endwhile;[/insert_php]

Lascia un commento

Il tuo indirizzo email non sarà pubblicato. I campi obbligatori sono contrassegnati *