From 549581e73602ff22479fbe8baa195225a3a0f539 Mon Sep 17 00:00:00 2001 From: Kazhnuz Date: Wed, 23 Nov 2022 19:40:47 +0100 Subject: [PATCH] feat: simplification breadcrumb --- archive.php | 9 +------- category-blog.php | 18 +++------------ category.php | 20 ++++------------- components/article/breadcrumb.php | 2 +- components/footer-content.php | 4 ++-- functions.php | 37 +++++++++++++++++++++++++++++-- page-roman.php | 9 +------- tag.php | 14 ++---------- taxonomy-roman.php | 15 ++----------- 9 files changed, 51 insertions(+), 77 deletions(-) diff --git a/archive.php b/archive.php index 54b8c0c..f28d954 100644 --- a/archive.php +++ b/archive.php @@ -1,13 +1,6 @@
-
- -
- +
diff --git a/category-blog.php b/category-blog.php index 52cd6f9..14b368d 100644 --- a/category-blog.php +++ b/category-blog.php @@ -1,20 +1,8 @@
- cat_ID; ?> -
- -
- '; ?> -
- -
- + cat_ID ) . '/feed' ); + ?>
diff --git a/category.php b/category.php index f4062ce..99eb41b 100644 --- a/category.php +++ b/category.php @@ -1,20 +1,8 @@
- cat_ID; ?> -
- -
- '; ?> -
- -
- + cat_ID ) . '/feed' ); + ?>
@@ -22,7 +10,7 @@