gkisiel / quick-and-easy-faqs

A quick and easy way to add FAQs to your site.

Home Page:https://wordpress.org/plugins/quick-and-easy-faqs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quick and Easy FAQs Plugin

This plugin provides a quick and easy way to add FAQs to your website.

Features

  • Easily add FAQs using FAQ custom post type.
  • Display FAQs in simple list style.
  • Display FAQs in toggle ( independent form of accordion ) style.
  • Display FAQs in filterable toggle style.
  • Settings page to change toggle style text, background and border colors.
  • Custom CSS box in settings page to override default styles.
  • Translation Ready ( Comes with POT file and few partially translated po & mo files )
  • RTL ( Right to Left Language ) Support
  • Support for Visual Composer Plugin

Documentation

  • Display all FAQs in simple list style. [faqs]

  • Display all FAQs in simple list style but separated by groups. [faqs grouped="yes"]

  • Display FAQs in simple list style but filtered by given group slug. [faqs filter="group-slug"] or [faqs filter="group-slug,another-group-slug"]

  • Display all FAQs in toggle style using following shortcode. [faqs style="toggle"]

  • Display all FAQs in toggle style but separated by groups. [faqs style="toggle" grouped="yes"]

  • Display FAQs in toggle style but filtered by given group slug. [faqs style="toggle" filter="group-slug"] or [faqs style="toggle" filter="group-slug,another-group-slug"]

  • Display all FAQs in filterable toggle style. [faqs style="filterable-toggle"]

Installation

  1. Unzip the downloaded package
  2. Upload quick-and-easy-faqs to the /wp-content/plugins/ directory
  3. Activate the plugin through the 'Plugins' menu in WordPress

About

A quick and easy way to add FAQs to your site.

https://wordpress.org/plugins/quick-and-easy-faqs/

License:GNU General Public License v2.0


Languages

Language:PHP 84.3%Language:JavaScript 10.9%Language:CSS 4.7%