Title: WP Responsive FAQ
Author: pkdq
Published: <strong>2014年11月14日</strong>
Last modified: 2014年12月9日

---

プラグインを検索

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

![](https://s.w.org/plugins/geopattern-icon/wp-responsive-faqs.svg)

# WP Responsive FAQ

 作者: [pkdq](https://profiles.wordpress.org/pkdq/)

[ダウンロード](https://downloads.wordpress.org/plugin/wp-responsive-faqs.1.3.zip)

 * [詳細](https://ja.wordpress.org/plugins/wp-responsive-faqs/#description)
 * [レビュー](https://ja.wordpress.org/plugins/wp-responsive-faqs/#reviews)
 *  [インストール](https://ja.wordpress.org/plugins/wp-responsive-faqs/#installation)
 * [開発](https://ja.wordpress.org/plugins/wp-responsive-faqs/#developers)

 [サポート](https://wordpress.org/support/plugin/wp-responsive-faqs/)

## 説明

WP Responsive FAQ, with multiple categories FAQ system allows you to add, manage
and display Categories and FAQs on your website.
 You can create as many catagories
you want and allot as many FAQs to a category. There is no need of extra configurations
for WP Responsive FAQs.The saved FAQs will be displayed in the website.

Now with Sortable FAQs you can sort you FAQs in any order you want to.

Note:- If you are updating this plugin to its latest version, please deactive the
plugin and then activate the plugin again.

Few shortcodes are needed to create a faq page of you wordpress website.

Shortcode :

1) Default ( All categories and FAQs )

[wp_responsive_faq]

2) With Title ( All categories and FAQs ):

[wp_responsive_faq title=”Our FAQs”]

3) With Title ( Specific Categories ):

[wp_responsive_faq title=”My FAQ’s” categories=”news,sports,science”]

4) With Title ( One category ):

[wp_responsive_faq title=”My FAQ’s” category=”news”]

Features Included :

a) WP Responsive FAQ Plugin.
 b) Unlimited Categorioes. c) Unlimited FAQ storage.
d) Responsive design. e) Ajax Powered. f) FAQ filter according to typed words. g)
Very basic and simple admin section. h) Sortable FAQs

## スクリーンショット

 * [[
 * WP Responsive FAQ – Admin
 * [[
 * WP Responsive FAQ – Create Category
 * [[
 * WP Responsive FAQ – Edit/Delete Category
 * [[
 * WP Responsive FAQ – New FAQ
 * [[
 * WP Responsive FAQ – FAQ List Admin
 * [[
 * WP Responsive FAQ – Sortable FAQs
 * [[
 * WP Responsive FAQ – FAQ Edit/Delete
 * [[
 * WP Responsive FAQ – FAQ List On Website

## インストール

 1. Upload the ‘WPResponsiveFaq’ folder to the ‘/wp-content/plugins/’ directory.
 2. Activate the ‘WP Responsive Faq’ list plugin through the ‘Plugins’ menu in WordPress.
 3. Add a new page and add this short code

1) Default ( All categories and FAQs )

[wp_responsive_faq]

2) With Title ( All categories and FAQs ):

[wp_responsive_faq title=”Our FAQs”]

3) With Title ( Specific Categories ):

[wp_responsive_faq title=”My FAQ’s” categories=”news,sports,science”]

4) With Title ( One category ):

[wp_responsive_faq title=”My FAQ’s” category=”news”]

## 評価

![](https://secure.gravatar.com/avatar/b979c787e8f7f3a20cf89f18495af4036ac99c32a097d44d7477aebd252682f1?
s=60&d=retro&r=g)

### 󠀁[[fixed] White page problem](https://wordpress.org/support/topic/fixed-white-page-problem/)󠁿

 [dariusdareme](https://profiles.wordpress.org/dariusdareme/) 2016年9月3日

For people only getting a blank page. If you set “wp_debug” to true and other variables,
the plugin will give this Fatal error: require(): Failed opening required ‘/partials/
_form_elements.php’ (include_path=’.:/usr/lib/php5.4′) in /homepages/8/d486597212/
htdocs/programonpersuasion.com/wp-content/plugins/wp-responsive-faqs/src/admin_menu.
php on line 29 Solution: Change line 29 in “admin_menu.php” from <?php require( '/
partials/_form_elements.php' ) ?> ___to <?php require( 'partials/_form_elements.
php' ) ?> (remove the ‘/’ at the start). The file is in “wp_content/plugins/wp-responsive-
faqs/” The same on line 211.

![](https://secure.gravatar.com/avatar/301c4823fde7ebc1f47b2d50c759fef47a784ee6e10c52610a525e40d022bc80?
s=60&d=retro&r=g)

### 󠀁[Great Plugin](https://wordpress.org/support/topic/great-plugin-12500/)󠁿

 [rajeshupdh](https://profiles.wordpress.org/rajeshupdh/) 2017年2月8日

its work very fast and great plugin…..############/////////

![](https://secure.gravatar.com/avatar/d656a1dc7b49ba97ab823084332d8a9f766e20de5265ce084573b937a5a3dee2?
s=60&d=retro&r=g)

### 󠀁[Requires no configuration and works everywhere.](https://wordpress.org/support/topic/requires-no-configuration-and-works-everywhere/)󠁿

 [pkdq](https://profiles.wordpress.org/pkdq/) 2017年2月8日

Excellent plugin. Requires no configuration and works everywhere. It loads very 
fast and its ajax functionality improves working environment.

 [ 7件のレビューをすべて表示 ](https://wordpress.org/support/plugin/wp-responsive-faqs/reviews/)

## 貢献者と開発者

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

貢献者

 *   [ pkdq ](https://profiles.wordpress.org/pkdq/)

[“WP Responsive FAQ” をあなたの言語に翻訳しましょう。](https://translate.wordpress.org/projects/wp-plugins/wp-responsive-faqs)

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

[コードを閲覧](https://plugins.trac.wordpress.org/browser/wp-responsive-faqs/)する
か、[SVN リポジトリ](https://plugins.svn.wordpress.org/wp-responsive-faqs/)をチェック
するか、[開発ログ](https://plugins.trac.wordpress.org/log/wp-responsive-faqs/)を
[RSS](https://plugins.trac.wordpress.org/log/wp-responsive-faqs/?limit=100&mode=stop_on_copy&format=rss)
で購読してみてください。

## 変更履歴

#### 1.3

 * Several Bug Fixes
 * Updated Shortcode Bugs
 * Updated Readme
 * Required: WP >= V3.8

#### 1.2

 * Added drag and drop sorting of FAQs
 * Initital FAQs displayed In Oldest First order
 * Filters accodging to categories in Admin Panel
 * Several Bug Fixes
 * Updated Readme
 * Required: WP >= V3.8

#### 1.1

 * Added Multiple Categories
 * Several bug fixes
 * Required : php v5.4

#### 1.0

 * Initial Release

## メタ

 *  バージョン **1.3**
 *  最終更新日 **11年前**
 *  有効インストール数 **10+**
 *  WordPress バージョン ** 3.8またはそれ以降 **
 *  検証済み最新バージョン: **4.0.38**
 *  言語
 * [English (US)](https://wordpress.org/plugins/wp-responsive-faqs/)
 * タグ
 * [faq](https://ja.wordpress.org/plugins/tags/faq/)[faq list](https://ja.wordpress.org/plugins/tags/faq-list/)
   [faq plugin](https://ja.wordpress.org/plugins/tags/faq-plugin/)[faqs](https://ja.wordpress.org/plugins/tags/faqs/)
   [responsive faq](https://ja.wordpress.org/plugins/tags/responsive-faq/)
 *  [詳細を表示](https://ja.wordpress.org/plugins/wp-responsive-faqs/advanced/)

## 評価

 5つ星中3.1つ星

 *  [  3 5-星レビュー     ](https://wordpress.org/support/plugin/wp-responsive-faqs/reviews/?filter=5)
 *  [  1 4-星レビュー     ](https://wordpress.org/support/plugin/wp-responsive-faqs/reviews/?filter=4)
 *  [  0 3-星レビュー     ](https://wordpress.org/support/plugin/wp-responsive-faqs/reviews/?filter=3)
 *  [  0 2-星レビュー     ](https://wordpress.org/support/plugin/wp-responsive-faqs/reviews/?filter=2)
 *  [  3 1-星レビュー     ](https://wordpress.org/support/plugin/wp-responsive-faqs/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/wp-responsive-faqs/reviews/#new-post)

[すべてのレビューを見る](https://wordpress.org/support/plugin/wp-responsive-faqs/reviews/)

## 貢献者

 *   [ pkdq ](https://profiles.wordpress.org/pkdq/)

## サポート

意見や質問がありますか ?

 [サポートフォーラムを表示](https://wordpress.org/support/plugin/wp-responsive-faqs/)