Description
This is a simple plugin to help users put up FAQ lists on their site. Most FAQ plugins only allow a single format (usually the Accordion) format to put up FAQ lists. While that is great there are a number of folks who would rather just have simple bookmark tags to list their Questions at the top and lead to Answers below. This plugin attempts to provide an easy to use solution for such scenarios.
Options for FAQ
- Accordion (the default option)
- Simple (just list each answer below that question)
- Bookmarks (show the questions at the top and lead to the related answer below) – now implements scrolling via LocalScroll jQuery plugin
Also has options for ordering the FAQ and includes 1 pre-built skin with more coming soon
Details and examples about using the plugin are available at speedsoftsol.com/simple-faq-plugin/
Installation
- Upload zip archive
simple-faq.zip
to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
FAQ
-
What are the different parameters available:
style (can be Accordion, Simple, Bookmark)
skin (can be none, Dark)
order (can be Default, Alpha, Date)
category (can be All or any category slug defined in your site) -
Can we use multiple shortcodes on the same page?
Yes that is possible since version 2 of the plugin
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Simple FAQs Plugin” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Simple FAQs Plugin” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
2.2
Added new skins
2.1
Added new skins
Solved the shortcode generator issue
2.0
Added shortcode generator
Now able to have multiple shortcodes on the same page
Added new styling skins
Multiple ordering options (by order id, publish date or alphabetical)
1.1.4
Sort out SVN issue
1.1.3
Add smooth scrolling feature for Bookmark Style FAQ
1.1.2
Add Back To Top feature for Bookmark Style
= 1.1.1
Show all FAQ without pagination
1.1
Reset Post Data To avoid conflict with Theme Queries
1.0
Initial launch