Enables a 'knowledge base post' type and 'section' taxonomy.
Enables a knowledge base post type and section taxonomy.
The plugin adds a Knowledge Base tab to your admin menu, which allows you to add articles just as you would regular posts. This allows you to keep your articles even if you change theme.
The Apollo Theme was built purposely to work with this plugin – Apollo Theme
If you find an issue, let us know here!
Anyone is welcome to contribute to the Knowledge Base CPT plugin.
There are various ways you can contribute:
Upload ‘Knowledge Base CPT’, activate it, and you’re done!
Place the [knowledgebase] shortcode on any post or page to display your articles.
In wp-admin, navigate to Settings -> Permalink Settings
Enter a value next to ‘Knowledge Base’
Press ‘Save Changes’.
The shortcode is extremely flexible. With no attributes set it will show all sections and articles:
[knowledgebase]
Adding a ‘parent’ attribute will limit the output to only sections that are within the parent you specify:
[knowledgebase parent="29"]
Another option is to set the order
[knowledgebase orderby="id"]
The full list of paramters can be found here: WP_Term_Query::__construct
If this option is enabled, the widget will only display articles within the same section as the current article or section being viewed.
This allows you to create a ‘Related Articles’ widget.
Leaving this option unchecked allows you to create a ‘Recent Articles’ widget.
Release Date – 21th February 2018
Release Date – 18th January 2018
Release Date – 15th November 2017
Release Date – 9th October 2017
Release Date – 17th September 2015
Release Date – 18th July 2015
Refactored code using OOP principles.
Release Date – 5th June 2015
Release Date – 4th March 2015
Release Date – 16th Febuary 2015
Release Date – 15th January 2015