diff --git a/index.php b/index.php new file mode 100644 index 0000000..af56d61 --- /dev/null +++ b/index.php @@ -0,0 +1,74 @@ + + + +
+ +
+ +
> + + + +
+
+
+ 'post', + 'post_status' => 'publish', + 'suppress_filters' => false, + 'paged' => $paged + ); + /** + * [$wp_query execution of the query] + * @var WP_Query + */ + $wp_query = new WP_Query( $args ); + if ( $wp_query->have_posts() ) : while ( $wp_query->have_posts() ) : $wp_query->the_post(); + $post = $wp_query->post; + setup_postdata( $post ); + + if(is_sticky()){ + get_template_part ( 'phpincludes/part-archive-item-post-featured' ); + } else { + get_template_part ( 'phpincludes/part-archive-item-post' ); + } + ?> + +

+ +
+
+
+
+
+ +
+
+
+ + + +