이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

WP Responsive FAQ

설명

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”]

후기

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.
모든 7 평가 읽기

기여자 & 개발자

“WP Responsive FAQ”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “WP Responsive FAQ”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록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