The include_category attribute can be used with a comma separated list of category slugs.nnFor example:nn[ ultimate-faqs include_category= “dairy,cheese” ] nnwill show the Dairy and Cheese categories only.
WordPress Plugins Blog
Topic
The exclude_category attribute can be used with a comma separated list of category slugs.nnFor example: nn[ ultimate-faqs exclude_category=’dairy’ ]nnThis will show all categories created except Dairy.
Shortcodes can be generated by going to the page or post you wish to add them to and going to the visual tab (instead of the text tab) within that page or post. In the toolbar is a dropdown under FAQs and select the type of shortcode you want.nnNote: You need to have “Show Editor… READ POST
Shortcodenn[ ultimate-appointment-dropdown ] FunctionnnTo display an appointment booking form in the dropdown mode
Shortcodenn[ ultimate-appointment-calendar ] FunctionnnTo display an appointment booking form in the calendar mode
Attribute: post_countnnDescription: The post_count attribute allows you to limit the amount of FAQs that appear within a category. It should be used in conjunction with the include_category attribute.nnExample:n[ ultimate-faqs include_category=”category-slug-name” post_count=”5″ ]