From f52737e7cf7f0ecbd4217528404a7b67d58e7c12 Mon Sep 17 00:00:00 2001 From: Ross Trottier Date: Tue, 4 Jun 2024 15:37:08 -0600 Subject: [PATCH] first draft complete --- 404.php | 47 +++++++++++++++++++++++++++++++++++++++++++++++ archive.php | 46 ++++++++++++++++++++++++++++++++++++++++++++++ header.php | 2 +- page.php | 25 +++++++++++++++++++++++++ search.php | 45 +++++++++++++++++++++++++++++++++++++++++++++ style.css | 44 +++++++++++++++++++++++++++++++++++++++++++- 6 files changed, 207 insertions(+), 2 deletions(-) diff --git a/404.php b/404.php index e69de29..55c0112 100644 --- a/404.php +++ b/404.php @@ -0,0 +1,47 @@ + + +
+
+

Oops, this page doesn't exist.

+

Check out some of our articles below.

+ 10, + 'offset' => 0, + 'orderby' => 'post_date', + 'order' => 'DESC', + 'post_type' => 'post', + 'post_status' => 'publish' + ); + query_posts($post_section_two_args); + ?> +
+ + +
+ + + + +

name; ?>

+
+ +
+
+
+ +
+ +
+ +
+ \ No newline at end of file diff --git a/archive.php b/archive.php index e69de29..2930fed 100644 --- a/archive.php +++ b/archive.php @@ -0,0 +1,46 @@ + + +
+
+ post_count; + if (have_posts()) { + while (have_posts()) { + the_post(); + ?> + +
+ + +
+

+ + +
+
+
+
+ +
+ +
+ + \ No newline at end of file diff --git a/header.php b/header.php index 0b2947f..a541794 100644 --- a/header.php +++ b/header.php @@ -51,7 +51,7 @@ youtube logo -
+