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' ) . ' »', + ) + ); + ?> +
+ +
+

+

+
+ +
+
+
+ +