Hamelp

0

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 P

Version
Last updated
Active installations
WordPress Version
Tested up to
PHP Version
pa_languages
Rating
Total ratings
Tag
This plugin is outdated and might not be supported anymore.

Description

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]' ) ?>