@@ -30,7 +30,7 @@ |
||
30 | 30 | // The Loop |
31 | 31 | if ( $the_query->have_posts() ) { |
32 | 32 | while ( $the_query->have_posts() ) { |
33 | - $the_query->the_post(); |
|
33 | + $the_query->the_post(); |
|
34 | 34 | // Do Stuff |
35 | 35 | } // end while |
36 | 36 | } // endif |