From 1177b0ca47f032f0555416d2e4566f6dd334466f Mon Sep 17 00:00:00 2001 From: Adolfo Reyna Date: Fri, 13 Mar 2026 00:44:29 -0400 Subject: [PATCH] Add core 404, search, and archive standard templates --- 404.php | 32 +++++++++++++++++++++++++++++++ archive.php | 47 ++++++++++++++++++++++++++++++++++++++++++++++ search.php | 54 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 133 insertions(+) create mode 100644 404.php create mode 100644 archive.php create mode 100644 search.php diff --git a/404.php b/404.php new file mode 100644 index 0000000..e67aabb --- /dev/null +++ b/404.php @@ -0,0 +1,32 @@ + + +
+
+

404

+

Page Not Found

+

+ +

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

+ +

+ +
+ +
+ +
+
+ +
+
+
+ '; // close row + + the_posts_navigation(array( + 'screen_reader_text' => 'Posts navigation', + 'prev_text' => '← Older Posts', + 'next_text' => 'Newer Posts →', + 'class' => 'd-flex justify-content-between my-5' + )); + else: + echo '
' . esc_html__('No archives found.', 'wisdom1') . '
'; // close row and alert + endif; + ?> +
+
+ + + +
+
+

+ ' . get_search_query() . ''); + ?> +

+
+
+ +
+
+ + 'Posts navigation', + 'prev_text' => '← Older Results', + 'next_text' => 'Newer Results →', + 'class' => 'd-flex justify-content-between my-5 col-12' + )); + + else: + ?> +
+

Nothing Found

+

Sorry, but nothing matched your search terms. Please try again with some + different keywords.

+
+ +
+
+ +
+
+ +