-
-
-
-
-
+
+ 'post',
+ 'posts_per_page' => 5
+ );
+ $query = new WP_Query($args);
+ // The Query.
+ $the_query = new WP_Query( $args );
+
+ // The Loop.
+ if ( $the_query->have_posts() ) {
+ while ( $the_query->have_posts() ) {
+ $the_query->the_post();?>
+
+
+
+
+
+
+
+
+
+
+