VS Knowledge Base
About With this lightweight plugin you can create a knowledge base that contains your categories and posts. Main features of the plugin: Free and lightweight Support for Block Editor and Classic Editor Display your knowledge base with block, shortcode or widget Custom post types are supported (such as WooCommerce product categories and products) Customize your knowledge base with attributes Documentation at WP plugin page Active support from developer at WP forum With this plugin you can also create a FAQ or wiki in the same way as a knowledge base. How to use After installation make sure you already have some categories and posts. Go to the editor and add the VS Knowledge Base block or the shortcode [knowledgebase] to a page. This will display your knowledge base. Or go to Appearance > Widgets and use the VS Knowledge Base widget. Default settings categories: 4 columns when using block or shortode 1 column when using widget 2 columns in small screens Order by name Ascending order (A-Z) Empty categories are hidden Parent and subcategories are displayed separately Default settings posts: Order by date Descending order (new to old) All posts are displayed Customize your knowledge base with attributes. Attributes You can customize your knowledge base by adding attributes to the block, shortcode or widget. Add custom CSS class to knowledge base: class="your-class-name" Change the number of columns: columns="3" Disable the columns: columns="0" Include certain categories: include="1,3,5" Exclude certain categories: exclude="8,10,12" Display empty categories too: hide_empty="0" Change the number of posts per category: posts_per_category="5" Reverse the order of posts: order="ASC" Display posts by title: orderby="title" Display posts in random order: orderby="rand" Disable category link: category_link="false" Display category description: category_description="true" Display post counter: post_count="true" Display post meta (date and author): post_meta="true" Display View All link: view_all_link="true" Change label of View All link: view_all_link_label="your label" Change label of post without title: no_post_title_label="your label" Change the “no categories are found” text: no_categories_text="your text" Example: [knowledgebase include="1,3,5" hide_empty="0" post_meta="true"] When using the block or the widget, don’t add the main shortcode tag or the brackets. Example: include="1,3,5" hide_empty="0" post_meta="true" With the columns attribute you can set the number of columns between 1 and 4. In small screens max 2 colums. You can disable the columns in favour of your own styling. The columns attribute will be ignored when using the block or widget. Because you can set the columns via the block or widget settings. Post tags Besides displaying posts by category you can also display posts by tag: taxonomy="post_tag" Custom post types It’s also possible to display categories and posts from a custom post type (such as WooCommerce product categories and products). To display these categories and posts you should add 2 attributes: “taxonomy” and “post_type” WooCommerce: Product categories and products: taxonomy="product_cat" post_type="product" Include product category image: taxonomy="product_cat" post_type="product" woo_image="true" Display by tag instead of category: taxonomy="product_tag" post_type="product" Have a question? Please take a look at the FAQ section. Translation Translations are not included, but the plugin supports WordPress language packs. More translations are very welcome! The translation folder inside this plugin is redundant, but kept for reference. Credits Without help and support from the WordPress community I was not able to develop this plugin, so thank you!
Top keywords
- post17×2.81%
- categories14×2.31%
- display13×2.15%
- posts13×2.15%
- columns11×1.82%
- base10×1.65%
- knowledge10×1.65%
- knowledge base10×1.65%
- product10×1.65%
- category9×1.49%
- block8×1.32%
- order7×1.16%
Yada Wiki
Yada Wiki provides a wiki post type, custom tags and categories, an index, and a table of contents option. The plugin allows you to link your wiki pages together using the wiki page titles. Note: As of Yada Wiki 3.6, for current users who have been manually adding HTML tags or special characters to their shortcodes, for security reasons these must be filtered on save. An exception was added for the EM tag because I saw support tickets where users said they were using this tag. If you have been manually editing the shortcodes then you may want to test before installing version 3.6. There are two easy to use shortcode buttons available on the editor toolbar. Rather than try to remember the shortcodes and their values, it is recommended that you use these buttons to generate the shortcodes for you. The “Add Wiki Link” Button: When you click the first button, the add wiki link button, a pop-up opens where you enter the title of the wiki page you are linking to in the “Link” text box. You can optionally enter text into the “Show” text box that you want to show for the link, or leave that blank to just show the title. There is the ability to manually add an “anchor” parameter for on-page links. Please see the documentation for more information on this. When you click “OK”, a shortcode is inserted into your edit window at the cursor location. For example to link to a wiki page called “How To Make Iced Coffee” but show the text for the link as “How To Make My Favorite Drink”: [yadawiki link=”How To Make Iced Coffee” show=”How To Make My Favorite Drink”] You use Wiki Link shortcodes to create the structure of linked pages. The “Add Wiki Listing” Button: The Add Wiki Listing button gives you three options for adding some collected output. Output TOC Page The first option inserts a shortcode that will output your “TOC” page. With Yada Wiki, you can create a special wiki page with the title of “TOC” that will serve as the table of contents for your wiki. You can use wiki links and style the table of contents as you like in the post editor. Selecting this option allows you to embed the TOC page in another page. For example: [yadawikitoc show_toc=”true”] Output Wiki Category The second option inserts a list of the wiki pages for one of your wiki categories. You can optionally choose to output the list by title or by creation date. For example: [yadawikitoc show_toc=”true” category=”Drinks” order=”title”] Output Index The third option inserts a grid of your wiki pages or categories. The output is in a responsive table-like grid and you can choose the number of columns. For example, to output wiki pages: [yadawiki-index type=”pages” columns=”4″] An example for listing a single wiki category by title: [yadawiki-index type=”category-name” category=”States” columns=”3″] An example for listing all wiki categories by title: [yadawiki-index type=”all-categories-name” columns=”3″] Note that in the index listing the category hierarchy only goes down one level deep from to the top. Sidebar Widgets: There are two Yada Wiki widgets. One for showing the TOC page and a list of article titles for a given category in the sidebar and the other for showing recent wiki articles. Please see the FAQ section for information about using the sidebar widgets. Documentation: Documentation is available at https://www.webtng.com/yada-wiki-documentation/ The FAQs below also have good information. Video Walk-through: This video provides a walk-though of all of the features: ** Translations ** The plugin is available in: * English * Spanish Acknowledgements The user @JulianSMoore has been very helpful in suggesting improvements and reviewing changes. Thanks to the user @simplyletgo who contributed the recent wiki post widget.