We'll create fresh WordPress site with Website FAQ (Responsive and Categorized with Shortcode) installed. You have 20 minutes to test the plugin after that site we'll be deleted.
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.
[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"]
<?php echo do_shortcode('[website_faq category="category_ID"]');?>