From fc919448764199b00ef47e0c2af5582d6c576138 Mon Sep 17 00:00:00 2001 From: AK Delfin Date: Mon, 15 Nov 2021 14:22:23 +0300 Subject: [PATCH] correct rubrics --- blocks/archive.php | 2 +- header.php | 2 +- single-parthers.php => single-2157.php | 0 single-35.php | 101 +++++++++++++++++++++++++ src/calend-block.php | 4 +- style.css | 2 +- 6 files changed, 106 insertions(+), 5 deletions(-) rename single-parthers.php => single-2157.php (100%) create mode 100644 single-35.php diff --git a/blocks/archive.php b/blocks/archive.php index 59b3107..2478dbe 100644 --- a/blocks/archive.php +++ b/blocks/archive.php @@ -21,7 +21,7 @@ if( $posts ): ?>
- <?the_title();?> + <?the_title();?>
diff --git a/header.php b/header.php index 0350e80..0974801 100644 --- a/header.php +++ b/header.php @@ -4,7 +4,7 @@ <?php wp_title('|', true, 'right');?><?=get_bloginfo('name')?> - + diff --git a/single-parthers.php b/single-2157.php similarity index 100% rename from single-parthers.php rename to single-2157.php diff --git a/single-35.php b/single-35.php new file mode 100644 index 0000000..8b66862 --- /dev/null +++ b/single-35.php @@ -0,0 +1,101 @@ + + +
+ + + + + + term_id; + $category_link = get_category_link($category_id); + ?> + + + + +

+ + +
+ <?the_title();?> +
+
+ +
+ + + +
Другие участники
+ + + +
+ +
+ +
+
+ +
+
+ + + + + + +
+ + + + + + + + + + + + + + + diff --git a/src/calend-block.php b/src/calend-block.php index b30b095..8b7b54f 100644 --- a/src/calend-block.php +++ b/src/calend-block.php @@ -1,7 +1,7 @@