1
0
mirror of https://github.com/ulaulaman/eduinaf.git synced 2024-12-14 13:34:11 +01:00

Aggiustamenti di codice alla griglia

This commit is contained in:
ulaulaman 2021-04-16 17:25:17 +02:00
parent 48f890b0f9
commit 791d3773b1

View File

@ -17,8 +17,9 @@ function grigliaspeciali($atts) {
$q = new WP_Query( array( 'speciali' => $speciale, 'post_type'=> 'post', 'posts_per_page'=>-1 ) );
} else {
$q = new WP_Query( array( 'speciali' => $speciale, 'post_type'=> $tipo, 'posts_per_page'=>-1 ) );
$contentblu ='<div class="divTable paleBlueRows">';
}
$contentblu ='<div class="divTable paleBlueRows">';
if ( $q->have_posts() ) {
while ( $q->have_posts() ) {