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:
parent
48f890b0f9
commit
791d3773b1
@ -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() ) {
|
||||
|
Loading…
Reference in New Issue
Block a user