diff --git a/eduinafoldcode/php/evidenza.php b/eduinafoldcode/php/evidenza.php new file mode 100644 index 0000000..6560e21 --- /dev/null +++ b/eduinafoldcode/php/evidenza.php @@ -0,0 +1,55 @@ + 'collezioni', + 'field' => 'slug', + 'terms' => 'evidenza', + ) + ); + + $q0 = new WP_Query( array( 'posts_per_page' => 1, + 'tax_query' => $qtax, + )); + $q = new WP_Query( array( 'posts_per_page' => 4, 'offset' => 1, + 'tax_query' => $qtax, + )); + + $gridup = '
Nessun articolo trovato
'; + } + + $grid = $gridup.'Nessun articolo trovato
'; + } + + return $grid; + + }