Contributors: Takahashi_Fumiki, hametuha
Tags: faq,help
Requires at least: 4.7
Tested up to: 5.2.2
Stable tag: 1.0.4
Requires PHP: 5.4
License: GPL 3.0 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
FAQ template plugin by Hametuha.
This plugin add new custom post type 'FAQ'. With some functionality, you can build help center for your user. What is help center? We collect examples at our github wiki.
This plugin will provide...
- Custom post type with single page and archive page.
- Custom taxonomy associated to CPT.
- Incremental search box.
You can use shortcode hamelp-search in page content.
[hamelp-search label='Enter your question here.'][/hamelp-search]
And you can call in your theme altenatively.
<?php echo do_shortcode( '[hamelp-search][/hamelp-search]' ) ?>
Install itself is easy. Auto install from admin panel is recommended. Search with hamelp.
- Donwload and unpack plugin file, upload
hamelpfolder to/wp-content/pluginsdirectory. - Activate it from admin panel.
How can I contribute?
You can contribute to our github repo. Any issues or PRs are welcomed.
- Add structured data for FAQPage.
- Bugfix and change glocal functions.
- Fix taxonomy to be shown in Gutenberg.
- Fix no vendor directory bug.
- Initial release.