這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 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.

評價

There are no reviews for this plugin.

貢獻者及開發者

“Website FAQ (Responsive and Categorized with Shortcode)” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

修改日誌

1.2

Tested and compatible with WordPress 5.8

1.1

  • Update in frontend display

1.0

  • Initial release