MinervaKB Lite
WordPress Knowledge Base plugin MinervaKB is flexible and powerful WordPress knowledge base plugin. It helps you to create a simple, yet powerful helpdesk or FAQ solution. You can add articles, organise them into topics and build a home page with AJAX live search for your customers to find their answers quickly. Use box or list layout with predefined design and styles. Dedicated search results page is also present. Using plugin as opposed to dedicated knowledge base theme also helps SEO of your main site greatly, as you don’t need to move your help content to subdomain. You can check the demo here: Minerva Knowledge Base Lite demo MinervaKB Lite key features: Powerful, yet easy to use Fast live AJAX search Beautiful design Unlimited articles and topics Drag n drop topic selection on home page List and box view Font Awesome icons selector for articles and topics Fully responsive Intuitive options panel Estimated reading time in articles Views count in articles Dynamic breadcrumbs Customizeable URL slugs (via post type setting) Recent topics and articles widgets Nested topics support Dedicated sidebars for home, topics, tags, search results page and articles pages Easy localisation from options panel Uses custom post types, so your content is not locked to plugin Developer friendly – lots of actions in templates Styles options Quick, tested on many commercial sites and with many different themes Clean code Plugin is developer-friendly. We use many actions in templates and you can even copy template files to your theme and override plugin templates! To do so, create minerva-kb folder in the root of your theme and copy files from plugins/minervakb/lib/templates there. But this is optional, as you can modify templates via actions. In case you need to use this plugin in language other than English, no localisation plugin or additional effort is required, as all the strings used on client-side are available to edit in options panel. We tested MinervaKB Lite on many free and premium themes and it works surprisingly well with most of them. So it should work with any theme coded according to WordPress standards and respecting WordPress template hierarchy. If you like this plugin and find it useful, you really should check the PRO version at MinervaKB – Knowledge base for WordPress with Analytics. It has all the features of Lite plus: Built-in Analytics dashboard 7 beautiful search themes Articles ratings and feedback KB home page builder Dynamic table of contents in articles with ScrollSpy Content restriction by user role Related articles Articles drag-n-drop reorder Extended styles and typography options Dynamic topics (most liked, most viewed, recent) Custom settings for each topic, such as images, colors and icons Content shortcodes, like tip, related links, warning and others Search on article and topic pages Options, options and more options. You can configure almost everything from options panel Google Analytics integration Professional quick support Regular updates and bugfixes …many more
Top keywords
- articles11×2.28%
- options9×1.86%
- topics7×1.45%
- search6×1.24%
- base5×1.04%
- knowledge5×1.04%
- knowledge base5×1.04%
- many5×1.04%
- minervakb5×1.04%
- page5×1.04%
- templates5×1.04%
- wordpress5×1.04%
Mos FAQs
A simple FAQ plugin that lets you create FAQs, order FAQs, publicize FAQs, etc. It uses custom post types and taxonomies to manage an FAQ section for your site. You can display your every FAQ section in 3 different ways accordion, collapsible, and block view. Includes shortcode options for different display configurations. FAQ KEY FEATURES Mos FAQs, with unlimited tag and category support Create FAQ categories and tags Create FAQ posts and assign categories and tags to them Easy design layout to style your FAQ posts Responsive FAQ design that looks great on all screen sizes For advanced user additional CSS and JS input panel for adding custom scripts And the most important thing it will not add any additional time on your page load time [mos_faq] Simply insert the above short-code into any page to display your FAQs. Mos FAQs can do more than just FAQs. If you have a help desk or knowledge base and need to pass on information to your visitors and/or users, the question/answer formatting is perfect. With the various options related to toggling, as well as the custom fields functionality, you can easily create an in-depth knowledge base and help desk. Mos FAQs has a responsive design that makes your FAQs look good on all screen sizes and all devices. No more worrying about what your mobile FAQs might look like. All options and styling will be applied across all devices, so you can focus on your content. A few extra seconds could have a huge impact on your ability to engage visitors and make sales. This means that having a fast site is essential — not just for ranking well with Google, but for keeping your bottom-line profits high. So losing page speed for a plugin is a very pain full experience, by default Mos FAQs plugin fully optimized and it will not add any additional load into your website. SHORTCODE [mos_faq] This short-code accepts a lot attributes, the attributes controls what to display and how to display your FAQs. Description of attributes in short is given below limit: (int) – number of post to show. Use ‘limit’=>-1 to show all FAQs (the ‘offset’ parameter is ignored with a -1 value). offset: (int) – number of post to displace or pass over. The ‘offset’ parameter is ignored when ‘limit’=>-1 (show all FAQs) is used. category (string) – category ids separate by , tag (string) – tag ids separate by , order (string) – Designates the ascending or descending order of the ‘orderby’ parameter. Defaults to ‘DESC’. An array can be used for multiple order/orderby sets. ‘ASC’ – ascending order from lowest to highest values (1, 2, 3; a, b, c). ‘DESC’ – descending order from highest to lowest values (3, 2, 1; c, b, a). orderby (string) – Sort retrieved posts by parameter. Defaults to ‘date (post_date)’. One of ID, author, title, name, type, date, modified, parent, rand, comment_count these options can be passed. author (int | string) – use author id or comma-separated list of IDs. container (string) – Whether to wrap the FAQs section, and what to wrap it with. Default ‘div’. container_class (string) – Class that is applied to the container. class (string) – CSS class to use for the container of FAQs. view (string) – One of accordion, collapsible, and block these options can be passed. grid (int) – One of 1, 2, 3, 4, and 5 these options can be passed. pagination (int) – If necessary then use 1 if not then leave this attribute or use 0. singular (int) – If necessary then use 1 if not then leave this attribute or use 0.