Descripció
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.
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]' ) ?>
Instal·lació
Install itself is easy. Auto install from admin panel is recommended. Search with hamelp
.
- Donwload and unpack plugin file, upload
hamelp
folder to/wp-content/plugins
directory. - Activate it from admin panel.
Ressenyes
No hi ha ressenyes per a aquesta extensió.
Col·laboradors i desenvolupadors
«Hamelp» és programari de codi obert. La següent gent ha col·laborat en aquesta extensió.
Col·laboradors“Hamelp” s’ha traduït a 1 configuració regional. Gràcies als traductors per les seves aportacions.
Traduïu «Hamelp» a la vostra llengua.
Interessats en el desenvolupament?
Navegueu pel codi, baixeu-vos el repositori SVN, o subscriviu-vos al registre de desenvolupament per fisl de subscripció RSS.
Registre de canvis
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.