Skype: bluewindlab

How to display the top voted FAQ Posts?

Advanced FAQ Manager WordPress plugin allows you to display posts based on the users vote. So, If you would like to show the FAQs for the most like votes then use the following shortcode. Display Top Voted FAQ Shortcode: [bwla_faq meta_key = ‘votes_count’ orderby = ‘meta_value_num’ order = ‘DESC’ /]  

Create the FAQ page with “Filter by Category” style

You can create FAQ page like following page which allows you to display multiple categories in a page with a single search box. This search box can filter FAQs based on user keywords. FAQ Categories Example shortcode: [[bwla_faq faq_category=”examples,installation,setup” orderby=”title” order=”ASC” sbox=”1″ list=”1″ /]] Thanks.

Back To Top