Àpèjúwe
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.
Creating Portal
This plugin will provide…
- Custom post type with single page and archive page.
- Custom taxonomy associated to CPT.
- Incremental search box.
- AI Overview(Since 2.0.0)
AI Overview
AI Overview answers user questions based on your FAQ content using a large language model.
It uses wp-ai-client (experimental) bundled via Composer, which requires an AI service to be configured in WordPress. Since wp-ai-client is still experimental, its API may change in future releases.
You can configure AI behavior and rate limiting from Settings > Hamelp in the admin panel.
Using the Block
Add the AI FAQ Overview block in the block editor. The block has the following options:
- Placeholder — Input placeholder text.
- Button Text — Submit button label.
-
Show Sources — Display related FAQ links below the answer.
Using the Template Function
You can also use hamelp_render_ai_overview() in your theme templates:
<?php echo hamelp_render_ai_overview(); ?>
The function accepts an optional array of arguments:
<php
echo hamelp_render_ai_overview( [
'placeholder' => 'Ask a question...',
'button_text' => 'Ask AI',
'show_sources' => true,
] );
?>
The function automatically enqueues the required JavaScript and CSS assets.
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]' ) ?>
Àwọn ìdí
Plugin yìí pèsè 1 ìdí.
- AI FAQ Overview AI-powered FAQ search that answers user questions based on FAQ content.
Ìgbéwọlẹ̀
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.
Àwọn àgbéyẹ̀wò
Kò sí àwọn àgbéyẹ̀wò fún plugin yìí.
Àwọn Olùkópa & Olùgbéejáde
“Hamelp” jẹ́ ètò ìṣàmúlò orísun ṣíṣí sílẹ̀. Àwọn ènìyàn wọ̀nyí ti ṣe ìkópa sí plugin yìí.
Àwọn OlùkópaA ti túmọ̀ “Hamelp” sí èdè agbègbè 1 kan. Ọpẹ́lọpẹ́ fún àwọn atúmọ̀ èdè fún àwọn ìkópa wọn.
Ṣe o nífẹ̀ẹ́ sí ìdàgbàsókè?
Ṣàwárí koodu, ṣàyẹ̀wò ibi ìpamọ́ SVN, tàbí ṣe àgbékalẹ̀ sí àkọsílẹ̀ ìdàgbàsókè nípasẹ̀ RSS.
Àkọsílẹ̀ àwọn àyípadà
2.1.0
- Add user context to AI Overview for personalized responses.
- Add whitelist-based user role filtering for security (
hamelp_allowed_user_rolesfilter). - Add
hamelp_user_contextandhamelp_display_user_rolesfilters for customization. - Add development hooks support for local environment testing.
- Remove bundled translations in favor of GlotPress (WordPress.org).
2.0.0
- Add AI Overview Feature.
- Bump minimum requirements: PHP >=7.4, WordPress >= 6.6
1.0.4
- Add structured data for FAQPage.
1.0.3
- Bugfix and change glocal functions.
1.0.2
- Fix taxonomy to be shown in Gutenberg.
1.0.1
- Fix no vendor directory bug.
1.0.0
- Initial release.
