diff --git a/front-page.php b/front-page.php index b1ee790..4905664 100644 --- a/front-page.php +++ b/front-page.php @@ -1,27 +1,83 @@ +
+
+
+
+ +

+ + +

+ -
-
- +
+ + > + + + + + > + + + +
+
+
-
+
- +
+
+

+ + → + +
+
+ + 'projects', + 'posts_per_page' => 3, + 'no_found_rows' => true, + ) + ); + + if ( $recent->have_posts() ) : ?> +
+ have_posts() ) : + $recent->the_post(); + get_template_part( 'views/components/project-card' ); + endwhile; + wp_reset_postdata(); + ?> +
+ +
+

+

+
+ +
+ +