=== Rassl FAQ ===
Contributors: rasslstudio
Tags: faq, accordion, seo, schema, search
Requires at least: 5.8
Tested up to: 6.9
Stable tag: 1.0.3
License: GPL-2.0-or-later

Short Description: Fast and lightweight FAQ plugin with search, filters and SEO schema.

== Description ==

Rassl FAQ is a fast, lightweight and modern FAQ plugin for WordPress.

Display FAQs anywhere using a simple shortcode and enhance user experience with built-in search, category filters and SEO-ready schema.

== Features ==

- Lightweight and fast (no unnecessary bloat)
- AJAX live search
- Category filter dropdown
- SEO-ready FAQ schema (JSON-LD)
- Flexible sorting (date, order, etc.)
- Multiple accordion support
- Custom heading levels (h2–h6)
- Fully responsive
- Works with any theme

== Usage ==

Use the shortcode to display FAQs:

[rassl_faq]

== Shortcode Options ==

[rassl_faq category="slug"]  
Display FAQs from a specific category

[rassl_faq search="true"]  
Enable live AJAX search

[rassl_faq filter="true"]  
Enable category filter dropdown

[rassl_faq orderby="date" order="DESC"]  
Sort FAQs

[rassl_faq heading="h3"]  
Set heading level (h2–h6)

[rassl_faq multiple="true"]  
Allow multiple items open at once

== Example ==

[rassl_faq search="true" filter="true" orderby="date" order="DESC"]