Title: AD Sliding FAQ
Author: Thomas Villain
Published: <strong>June 30, 2017</strong>
Last modified: April 14, 2026

---

Search plugins

![](https://ps.w.org/ad-sliding-faq/assets/banner-772x250.jpg?rev=1691901)

![](https://ps.w.org/ad-sliding-faq/assets/icon-256x256.png?rev=1688499)

# AD Sliding FAQ

 By [Thomas Villain](https://profiles.wordpress.org/anybodesign/)

[Download](https://downloads.wordpress.org/plugin/ad-sliding-faq.2.5.zip)

 * [Details](https://wordpress.org/plugins/ad-sliding-faq/#description)
 * [Reviews](https://wordpress.org/plugins/ad-sliding-faq/#reviews)
 *  [Installation](https://wordpress.org/plugins/ad-sliding-faq/#installation)
 * [Development](https://wordpress.org/plugins/ad-sliding-faq/#developers)

 [Support](https://wordpress.org/support/plugin/ad-sliding-faq/)

## Description

AD Sliding FAQ creates a custom post type in order to create your FAQ. Once your
FAQ posts are created you can add the FAQ in a page or a post with a shortcode, 
or in a template with a function. This plugin has been created with accessibility
in mind.

#### How-To

To display your FAQ use the shortcode [sliding_faq] in a page or a post. By default,
the questions are wrapped inside a _H2_ HTML tag.
 If you want to have _H3_ instead,
just add the attribute _heading_ to the shortcode, for example: `[sliding_faq heading
='h3']`. You can create different topics for your FAQ using the custom taxonomy 
_FAQ Topics_, this way you can display multiple FAQ. To do so, add the _topic_ attribute
to the shortcode with the name of your topic(s), for example: `[sliding_faq topic
='Accessibility, SEO']`. You can of course use both attributes: `[sliding_faq heading
='h3' topic='Accessibility']`. Featured images are now supported and the default
size is ‘thumbnail’. You can choose other dimensions size with the ‘size’ attribute:`[
sliding_faq size='large']`. The attribute will support _thumbnail, medium, large_
and _full_ or any custom size. (Note that you’ll have to customize the CSS if you
want to display a large image.)

#### Translations

You can translate AD Sliding FAQ on [translate.wordpress.org](https://translate.wordpress.org).

#### To-Do

 * Turn the shortcode to a block
 * Add Widget Support

## Screenshots

[⌊FAQ List View⌉⌊FAQ List View⌉[

FAQ List View

[⌊FAQ Editor View⌉⌊FAQ Editor View⌉[

FAQ Editor View

[⌊The FAQ on a page⌉⌊The FAQ on a page⌉[

The FAQ on a page

[⌊The Shortcode attributes⌉⌊The Shortcode attributes⌉[

The Shortcode attributes

## Installation

 * Download the zip archive and upload it to your WordPress site.
 * Activate the plugin, then you will notice a new FAQ section in your dashboard.
 * Start creating your FAQ!

## FAQ

### How can I display my FAQ?

To display your FAQ, just add the shortcode `[sliding_faq]` in a post or a page!
Use the _heading_ attribute to select the heading level, for example: `[sliding_faq
heading='h3']`. Use the _topic_ attribute to display multiple FAQ, for example: `[
sliding_faq topic='Accessibility, SEO']`.

### Can I use a function directly in one of my theme templates to display my FAQ?

Sure, you can use the function `<?php sliding_faq(); ?>` in your theme templates.
As for the shortcode, you can choose the heading level you want instead of _h2_ 
for the questions, for example: `<?php sliding_faq('h3'); ?>`, and you can choose
a FAQ topic: `<?php sliding_faq('h3','Accessibility'); ?>`

## Reviews

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

### 󠀁[Excellente FAQ !](https://wordpress.org/support/topic/excellente-faq/)󠁿

 [Éric Martin](https://profiles.wordpress.org/em-m/) September 9, 2018 1 reply

Une FAQ très simple et facile à mettre en oeuvre. Possibilité de créer plusieurs
FAQ dans votre site. Je recommande 🙂

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

### 󠀁[The Best FAQ plugin](https://wordpress.org/support/topic/the-best-faq-plugin-2/)󠁿

 [Sebastien SERRE](https://profiles.wordpress.org/sebastienserre/) September 8, 
2018 1 reply

I’ve tested several FAQ plugin before this one… and we can really do what we need
with it! Many thanks Thomas for it!

 [ Read all 2 reviews ](https://wordpress.org/support/plugin/ad-sliding-faq/reviews/)

## Contributors & Developers

“AD Sliding FAQ” is open source software. The following people have contributed 
to this plugin.

Contributors

 *   [ Thomas Villain ](https://profiles.wordpress.org/anybodesign/)
 *   [ bizingreclaire ](https://profiles.wordpress.org/bizingreclaire/)
 *   [ Thierry Pigot ](https://profiles.wordpress.org/thierrypigot/)
 *   [ Sebastien SERRE ](https://profiles.wordpress.org/sebastienserre/)

“AD Sliding FAQ” has been translated into 1 locale. Thank you to [the translators](https://translate.wordpress.org/projects/wp-plugins/ad-sliding-faq/contributors)
for their contributions.

[Translate “AD Sliding FAQ” into your language.](https://translate.wordpress.org/projects/wp-plugins/ad-sliding-faq)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/ad-sliding-faq/), check
out the [SVN repository](https://plugins.svn.wordpress.org/ad-sliding-faq/), or 
subscribe to the [development log](https://plugins.trac.wordpress.org/log/ad-sliding-faq/)
by [RSS](https://plugins.trac.wordpress.org/log/ad-sliding-faq/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 2.5 – 2026-02-27

 * Security fix (Thanks WP Assistance)

#### 2.4 – 2020-04-22

 * New editor support
 * Hierarchical topics
 * Bugfix: first faq output

#### 2.3 – 2018-07-22

 * Load JS only if the shortcode is on the page
 * Featured image support
 * CPT custom title and column

#### 2.2 – 2018-04-13

 * Add the possibility to display several topics in one shortcode (thanks to Sébastien
   Serre)

#### 2.1 – 2018-04-04

 * A11y: Arrow sign on the button instead of the title

#### 2.0 – 2018-03-29

 * Taxonomy support
 * Topic shortcode attribute
 * New screenshot

#### 1.9.1 – 2018-03-28

 * Add cap for administrators 🙂

#### 1.9 – 2018-03-28

 * Capabilities added (thanks to Thierry Pigot)

#### 1.8 – 2017-11-24

 * Bugfix: output all the FAQs
 * WordPress 4.9 ready

#### 1.7 – 2017-07-06

 * Accessibility improvements with aria-hidden and aria-controls attributes (thanks
   to Claire Bizingre)
 * SEO improvements with new HTML markup (headings)
 * Shortcode heading attribute

#### 1.6.6 – 2017-07-02

 * French Translation Completed

#### 1.6.5 – 2017-06-29

 * WP repository submission

#### 1.6 – 2017-06-08

 * Auto-update via GitHub
 * Button styles

#### 1.5 – 2017-06-07

 * Auto-update
 * Changelog
 * Text domain fix

#### 1.4 – 2017-06-02

 * Accessibility improvements

#### 1.3 – 2016-10-12

 * JS improvements

#### 1.2 – 2015-11-12

 * Text domain fix

#### 1.1 – 2015-10-02

 * Add page attributes support for the FAQ

#### 1.0 – 2015-06-30

 * Initial Commit

## Meta

 *  Version **2.5**
 *  Last updated **3 months ago**
 *  Active installations **20+**
 *  WordPress version ** 4.0 or higher **
 *  Tested up to **6.9.4**
 *  Languages
 * [English (US)](https://wordpress.org/plugins/ad-sliding-faq/) and [French (France)](https://fr.wordpress.org/plugins/ad-sliding-faq/).
 *  [Translate into your language](https://translate.wordpress.org/projects/wp-plugins/ad-sliding-faq)
 * Tags
 * [faq](https://wordpress.org/plugins/tags/faq/)[faq plugin](https://wordpress.org/plugins/tags/faq-plugin/)
   [faqs](https://wordpress.org/plugins/tags/faqs/)[frequently asked questions](https://wordpress.org/plugins/tags/frequently-asked-questions/)
   [wordpress faq](https://wordpress.org/plugins/tags/wordpress-faq/)
 *  [Advanced View](https://wordpress.org/plugins/ad-sliding-faq/advanced/)

## Ratings

 5 out of 5 stars.

 *  [  2 5-star reviews     ](https://wordpress.org/support/plugin/ad-sliding-faq/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/ad-sliding-faq/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/ad-sliding-faq/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/ad-sliding-faq/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/ad-sliding-faq/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/ad-sliding-faq/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/ad-sliding-faq/reviews/)

## Contributors

 *   [ Thomas Villain ](https://profiles.wordpress.org/anybodesign/)
 *   [ bizingreclaire ](https://profiles.wordpress.org/bizingreclaire/)
 *   [ Thierry Pigot ](https://profiles.wordpress.org/thierrypigot/)
 *   [ Sebastien SERRE ](https://profiles.wordpress.org/sebastienserre/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/ad-sliding-faq/)