You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -103,9 +103,10 @@ Refer to [this Knowledge Base article](https://webberzone.com/support/knowledgeb
103
103
104
104
WebberZone Knowledge Base comes inbuilt with a set of custom templates to display archives of the articles, category archives as well as search results. You can easily override any of these templates by creating your own template in your theme's folder or in `wp-content/knowledgebase/templates`
105
105
106
-
1. Articles archive: archive-wz_knowledgebase.php
107
-
2. Category archive: taxonomy-wzkb_category.php
108
-
3. Search results: search-wz_knowledgebase.php
106
+
1. Article view: single-wz_knowledgebase.php or single-wz_knowledgebase.html
107
+
2. Articles archive: archive-wz_knowledgebase.php or archive-wz_knowledgebase.html
108
+
3. Category archive: taxonomy-wzkb_category.php or taxonomy-wzkb_category.html
109
+
4. Search results: wzkb-search.php or wzkb-search.html
Fastest way to create a highly-flexible multi-product knowledge base on you WordPress site.
12
+
Quickly create a highly-flexible multi-product knowledge base on you WordPress site.
13
13
14
14
== Description ==
15
15
@@ -87,10 +87,10 @@ Refer to [this Knowledge Base article](https://webberzone.com/support/knowledgeb
87
87
88
88
WebberZone Knowledge Base comes inbuilt with a set of custom templates to display archives of the articles, category archives as well as search results. You can easily override any of these templates by creating your own template in your theme's folder or in `wp-content/knowledgebase/templates`
89
89
90
-
1. Article view: single-wz_knowledgebase.php
91
-
2. Articles archive: archive-wz_knowledgebase.php
92
-
3. Category archive: taxonomy-wzkb_category.php
93
-
4. Search results: search-wz_knowledgebase.php
90
+
1. Article view: single-wz_knowledgebase.php or single-wz_knowledgebase.html
91
+
2. Articles archive: archive-wz_knowledgebase.php or archive-wz_knowledgebase.html
92
+
3. Category archive: taxonomy-wzkb_category.php or taxonomy-wzkb_category.html
93
+
4. Search results: wzkb-search.php or wzkb-search.html
94
94
95
95
= How do I sort the posts or sections? =
96
96
@@ -113,6 +113,9 @@ You can report security bugs through the Patchstack Vulnerability Disclosure Pro
113
113
114
114
== Upgrade Notice ==
115
115
116
+
= 2.2.2 =
117
+
* Fixed header and footer issues with Block Themes. You can now override the block templates by including single-wz_knowledgebase.html, archive-wz_knowledgebase.html, taxonomy-wzkb_category.html and wzkb-search.html in your theme's templates folder.
118
+
116
119
= 2.2.1 =
117
120
* Bug and security fixes. Please upgrade immediately.
0 commit comments