diff --git a/front-page.php b/front-page.php index 430c58f..5483a3b 100644 --- a/front-page.php +++ b/front-page.php @@ -1,10 +1,40 @@ -
- - - - - +
+ +
+

+

+
+
+

+ 'sponsors', 'orderby' => 'rand' ); + $the_query = new WP_Query( $args ); + + if ( $the_query->have_posts() ) : + while ( $the_query->have_posts() ) : $the_query->the_post(); + if ( has_post_thumbnail() ) { + ?> + + + + +