FAQ page is one of the most visited pages. So, you need to make your FAQ page responsive. Not only responsive but also elegant so that it will attract more visitor. In this article, We will will show you how to create a HTML5 responsive FAQ page.
Getting Started
The first thing that you will need is to install and activate HTML5 FAQ Responsive which is available from the Official WordPress plugins repository. After you have installed, you will get a 2 new admin menu i.e, FAQs and Responsive FAQ
FAQs: This menu is where you will add all your FAQs. It is a custom post type. It also has the option to categorized your FAQ as well as organize and order them in the order that you want to display them.
Responsive FAQ: This is where Responsive FAQ settings lie. It has the option to change the color, font size, etc. Also, it has the how-to-use section at the bottom of the page.
How To Use HTML5 Responsive FAQ?
Responsive FAQ opts to use the shortcode to display the list of the FAQ. To output the list of FAQ all you need to do is add a new page and name it FAQ. Next, add any of the following shortcode depending on your needs.
[hrf_faqs]: To output all the list of FAQs.
[hrf_faqs category=’yourcategory’]: To display the list of FAQs only from a specific category.
[hrf_faqs category=’yourcategory’ title=’Your Title’: This will display the list of FAQs from a specific category along with title before the list of FAQs
[hrf_faqs category=’yourcategory,software,android’]: This will output the list of FAQs from multiple categories.
[hrf_faqs category=’yourcategory,software,android’ title=’Your Title’: This will display the list FAQs from multiple categories along with title before the list of FAQs.
Also Read: Reset WordPress Password Using phpmyadmin
Hope that this article has helped you in making a Responsive FAQ page. If you do then please considered following us on Twitter for more update. Also if you have any suggestion, please feel free to leave us a comment.