diff --git a/archive.php b/archive.php new file mode 100644 index 0000000..16378ff --- /dev/null +++ b/archive.php @@ -0,0 +1,36 @@ + + +
+ + +", the_title(), ""; +} +// the query +$wpb_all_query = new WP_Query(array('post_type'=>'post', 'post_status'=>'publish', 'posts_per_page'=>-1)); ?> + +have_posts() ) : ?> + + + + + + +

+ + +
+ + \ No newline at end of file