Linux 软件免费装
Banner图

Helios Solutions Responsive category FAQ

开发者 heliossolutions
更新时间 2018年12月19日 15:00
PHP版本: 4.0 及以上
WordPress版本: 4.7.3
版权: GPLv2 or later
版权网址: 版权信息

标签

shortcode questions category wordpress faq answers frequently asked question responsive faq best FAQ plugin free FAQ plugin wordpress FAQ custom CSS Add Ask category faq responsive faq plugin jquery accordian faq css3 accordian faq

下载

2.0.1 3.0.4 4.0.0 4.0.1

详情介绍:

Numerous CMS website require a segment for FAQ’s. Helios Solutions Responsive Category FAQ Plugin permits you to include, inspect and show FAQ on your website. Helios Solutions Responsive Category FAQ Plugin appends a FAQ page in your website with jQuery accordian effect using jQuery UI. You can also add your own custom CSS from backend to change the front view of the Helios Solutions Responsive Category FAQ Plugin. Helios Solutions Responsive Category FAQ Plugin lets you to reduce the user queries by its elegant-design. We are the dedicated group of WordPress authors focused on developing finest WordPress themes and plugins. To know more about our work and projects, visit: http://www.heliossolutions.in Features

安装:

  1. Upload the plugin folder HS Simple Faq to the /wp-content/plugins/ directory.
  2. Activate the plugin through the "Plugins -> Installed plugins -> Activate HS Simple Faq" menu in WordPress.
  3. Find HS Simple Faq Plugin in -> Admin Menu.
  4. For settings "FAQ's" -> "Settings".
How to use? To display all FAQs on a page. Create a page and add Following Shortcode to your page. [hs-faq limit="-1"] Where limit specifies the number of posts to display. -1 will display all the posts. So if you want to display only 5 FAQs. Then use following shortcode. [hs-faq limit="5"] If you want to custom order your faqs. Then you can use order and orderby parameter in shortcode. Use following shortcode [hs-faq limit="5" orderby="date" order="ASC"] To display FAQs of a specific category on a page. Add Following Shortcode to your page. [hs-faq-cat id="14"] Where 14 is the category ID. You can also use the shortcode outside the post editor on a custom template. echo do_shortcode('[hs-faq limit="-1"]');

屏幕截图:

  • Add new FAQ
  • Add new FAQ Category
  • Admin settings Page
  • Front side view

升级注意事项:

4.0.2
  • Enhancement: Security options
  • Bug fixes
4.0.1
  • Compatibility with wordpress version 4.7.3
  • Enhancement: Imporved performance and uses default wordpress jQuery library.
  • Bug fixes
4.0.0
  • This version of plugin uses jQuery UI instead of CSS accordions.
3.0.4
  • Bug fix for conflicting class name with font-awesome icons
3.0.3
  • Proper mobile view and bug fix for font missing.
3.0.2
  • Fully compatible with wordpress 3.9 and small bug fix.
3.0.1
  • New Design introduce.
2.0.1
  • Fully compatible with wordpress 3.8 and small bug fixes.
1.0 This is the first version of the plugin.

常见问题:

How to use?

To display all FAQs on a page. Create a page and add Following Shortcode to your page. [hs-faq limit="-1"] Where limit specifies the number of posts to display. -1 will display all the posts. So if you want to display only 5 FAQs. Then use following shortcode. [hs-faq limit="5"] If you want to custom order your faqs. Then you can use order and orderby parameter in shortcode. Use following shortcode [hs-faq limit="5" orderby="date" order="ASC"] To display FAQs of a specific category on a page. Add Following Shortcode to your page. [hs-faq-cat id="14"] Where 14 is the category ID. You can also use order and orderby parameter same as above [hs-faq-cat id="14" orderby="date" order="ASC"] You can also use the shortcode outside the post editor on a custom template. echo do_shortcode('[hs-faq limit="-1"]');

更新日志:

4.0.2 4.0.1 4.0.0 3.0.4 3.0.3 3.0.2 3.0.1 2.0.1 1.0