このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress で使用した場合は互換性の問題が発生する可能性があります。

Website FAQ (Responsive and Categorized with Shortcode)

説明

Useful and handy FAQ plugin for any WordPress website.

The plugin adds a “FAQ” tab to your wp-admin menu and allows you to enter FAQ Title and FAQ Description.
It will show FAQ in descending order by post publish date.

  • Add this shortcode to use this plugin in your page in backend [website_faq]
  • Add this code if you want to use this plugin in your .php file <?php echo do_shortcode('[website_faq]');?>

  • Add this shortcode if you want to show FAQ by some specific category in your page in backend[website_faq category="category_ID"]

  • Add this code if you want to show FAQ by some specific category in your .php file <?php echo do_shortcode('[website_faq category="category_ID"]');?>

Amazing Features

  • Responsive
  • Categorized
  • Shortcode
  • jQuery UI Accordion
  • Easy to use
  • Can be integrated into any wp theme
  • All files are easy customizable

スクリーンショット

  • All FAQ in Frontend
  • All FAQ in Backend
  • Add new FAQ
  • FAQ categories list
  • Adding shortcode
  • FAQ with category in Backend
  • FAQ with category in Frontend

インストール

  1. Download and extract this plugin to wp-content/plugins/
  2. Activate the plugin through the ‘Plugins’ menu in WordPress and start adding your FAQ.

評価

このプラグインにはレビューがありません。

貢献者と開発者

Website FAQ (Responsive and Categorized with Shortcode) はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“Website FAQ (Responsive and Categorized with Shortcode)” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

1.2

Tested and compatible with WordPress 5.8

1.1

  • Update in frontend display

1.0

  • Initial release