From 15a082d8ce3f6ed585e15ba593659509181eed01 Mon Sep 17 00:00:00 2001 From: "arlemp@selectel.ru" Date: Thu, 23 Dec 2021 17:22:52 +0300 Subject: [PATCH] add tag page --- header.php | 2 +- style.css | 9 +++++++++ tag.php | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 58 insertions(+), 1 deletion(-) create mode 100644 tag.php diff --git a/header.php b/header.php index 6a4f432..089453e 100644 --- a/header.php +++ b/header.php @@ -4,7 +4,7 @@ <?php wp_title('|', true, 'right');?><?=get_bloginfo('name')?> - + diff --git a/style.css b/style.css index 4341b04..ede27c1 100644 --- a/style.css +++ b/style.css @@ -987,6 +987,8 @@ a{ margin-bottom: 18px; } + + #mainpage-title{ margin-top: 42px; } @@ -2092,6 +2094,13 @@ span.rub_back_title{ font-weight: 24px; } + .tag-h1{ + font-weight: 22px; + text-transform: upeercase; + margin-bottom: 12px; + } + + .page-title{ font-weight: 24px; margin-top: 48px; diff --git a/tag.php b/tag.php new file mode 100644 index 0000000..6cd2698 --- /dev/null +++ b/tag.php @@ -0,0 +1,48 @@ +
+ + +
+ + + +

#

+ + +
+ + + + +
+ +
+ <?the_title();?> + + + +
+ +

+
+
+
+
+ + + + +
+ + + + Публикации не найдены + + + + +
+ + \ No newline at end of file