Ricette della tradizione – salato

[xyz-ips snippet=”RicetteSalate”]

[insert_php]
$args = array(
‘tag’ => ‘ricettedellatradizionesalato’,
‘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 ‘

‘;
endwhile;
wp_reset_postdata();
[/insert_php]

Lascia un commento

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