Skip to content
This repository has been archived by the owner on Oct 22, 2023. It is now read-only.

WordPress powered knowledge base for your products. Beautiful.

License

Notifications You must be signed in to change notification settings

ibericode/wp-knowledge-base

Folders and files

NameName
Last commit message
Last commit date
Feb 10, 2020
Feb 10, 2020
May 9, 2017
May 9, 2017
May 9, 2017
May 9, 2017
May 9, 2017
May 9, 2017
Feb 10, 2020
Feb 10, 2020
Oct 22, 2023
Feb 10, 2020
Feb 10, 2020

Repository files navigation

WP Knowledge Base

WordPress powered knowledge base for your products. Beautiful.

Usage

This plugin provides you with a custom post type, some taxonomies and other useful tools for building a knowledge base of documentation articles.

Functions & Shortcodes

wpkb_article_list( array( 'category' => 'Getting Started', 'title' => 'Start here..' ) );
wpkb_search_form();
wpkb_breadcrumbs();
wpkb_table_of_contents( array( 'title' => 'In this article' ) );
wpkb_category_list();
wpkb_keyword_list();

Settings

On top of that, it comes with some useful rewriting & settings.

  • Use a custom page (incl. slug & title) as your overview (archive) page.
  • Quickly hide certain articles from overview pages, for example to phase out deprecated articles.

License

GPL v2