该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

Hamelp

描述

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

安装

Install itself is easy. Auto install from admin panel is recommended. Search with hamelp.

  1. Donwload and unpack plugin file, upload hamelp folder to /wp-content/plugins directory.
  2. Activate it from admin panel.

常见问题

How can I contribute?

You can contribute to our github repo. Any issues or PRs are welcomed.

评价

此插件暂无评价。

贡献者及开发者

“Hamelp” 是开源软件。 以下人员对此插件做出了贡献。

贡献者

「Hamelp」插件已被翻译至 1 种本地化语言。 感谢所有译者为本插件所做的贡献。

将“Hamelp”翻译成您的语言。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

1.0.4

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.