From 5ab42f02abb400eced3e0ee70d565bf579297a57 Mon Sep 17 00:00:00 2001 From: Keith Solomon Date: Sun, 16 Aug 2026 12:47:03 -0500 Subject: [PATCH] feat(projects): add taxonomy-project-type template --- styles/components/project-card.css | 7 ++++ taxonomy-project-type.php | 60 ++++++++++++++++++++++++++++++ 2 files changed, 67 insertions(+) create mode 100644 taxonomy-project-type.php diff --git a/styles/components/project-card.css b/styles/components/project-card.css index 57a9ea9..b433611 100644 --- a/styles/components/project-card.css +++ b/styles/components/project-card.css @@ -206,3 +206,10 @@ border: 1px solid var(--color-outline-variant, #444651); border-radius: 4px; } + +.archive-projects__back-link { + color: var(--color-primary, #b6c4ff); + text-decoration: none; + font-weight: 600; +} +.archive-projects__back-link:hover { text-decoration: underline; } diff --git a/taxonomy-project-type.php b/taxonomy-project-type.php new file mode 100644 index 0000000..34dd45c --- /dev/null +++ b/taxonomy-project-type.php @@ -0,0 +1,60 @@ +name : __( 'Projects', 'ks-portfolio' ); +?> +
+
+
+
+

+

+ + + +

+
+ + +
+ +
+ +
+ 2, + 'prev_text' => '« ' . esc_html__( 'Previous', 'ks-portfolio' ), + 'next_text' => esc_html__( 'Next', 'ks-portfolio' ) . ' »', + ) + ); + ?> +
+ +
+

+

+
+ +
+
+
+ +