mirror of https://github.com/ulaulaman/eduinaf.git
Aggiunto altro codice dimenticato e corretto errore di battitura
This commit is contained in:
parent
e88256e4ae
commit
efcd2da1ac
|
@ -40,6 +40,10 @@ function grigliaspeciali($atts) {
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
||||||
|
if ( $tipo == null ) {
|
||||||
|
$tipo = 'post';
|
||||||
|
}
|
||||||
|
|
||||||
$q = new WP_Query( array( 'speciali' => $speciale, 'post_type'=> $tipo, 'posts_per_page'=>-1 ) );
|
$q = new WP_Query( array( 'speciali' => $speciale, 'post_type'=> $tipo, 'posts_per_page'=>-1 ) );
|
||||||
$contentblu ='<div class="divTable paleBlueRows">';
|
$contentblu ='<div class="divTable paleBlueRows">';
|
||||||
|
|
||||||
|
@ -79,7 +83,7 @@ function grigliaspeciali($atts) {
|
||||||
/* ripristino */
|
/* ripristino */
|
||||||
wp_reset_postdata();
|
wp_reset_postdata();
|
||||||
} else {
|
} else {
|
||||||
$contenutoblu = null;
|
$contentblu = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
return $contentblu;
|
return $contentblu;
|
||||||
|
|
Loading…
Reference in New Issue