Discover, trust, install: FAIR 1.0 is here

LCB FAQ
Version: 1.1
Description
This plugin gives a possibility to manage Frequently Asked Questions as a custom post type. Site admin is able to add and edit questions and answers, assign them to categories and then display the output on any page using [faq] or [faq category={{category_id}}] on any WordPress page.
You can embeed the FAQ directly in your code using lcb_faq_display() function.
Installation
From your WordPress dashboard
- Visit ‘Plugins > Add New’
- Search for ‘LCB FAQ’
- Activate LCB FAQ from your Plugins page.
From WordPress.org
- Download LCB FAQ.
- Upload the ‘lcb-faq’ directory to your ‘/wp-content/plugins/’ directory
- Activate LCB FAQ from your Plugins page.
You will find ‘FAQ’ menu in your WordPress admin panel. You can introduce questions with answers there. To display it you should use shortcode [faq] on Your site.
Reviews
Changelog
1.1
- Added faq categories.
- Functions names refactor.
1.0
- First release.