From 2b669c3ba7c884d27812e99037ca25db9c6d0b42 Mon Sep 17 00:00:00 2001 From: 3err0 Date: Mon, 9 Mar 2020 09:58:04 +0800 Subject: [PATCH] archive --- archive.php | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 archive.php 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