WordPress Plugins Blog

How do I display FAQs from only one category?
min read
How do I display FAQs from only one category?

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.

Read Featured Post

Topic

Blog
Creating a Website
Etoile WordPress Package
Plugins
Uncategorized
WordPress Affiliates
WordPress Tips
How do I display all FAQs but exclude a category?
How do I display all FAQs but exclude a category?

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.

How to generate a shortcode
How to generate a shortcode

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

[ ultimate-appointment-dropdown ]
[ ultimate-appointment-dropdown ]

Shortcodenn[ ultimate-appointment-dropdown ] FunctionnnTo display an appointment booking form in the dropdown mode

[ ultimate-appointment-calendar ]
[ ultimate-appointment-calendar ]

Shortcodenn[ ultimate-appointment-calendar ] FunctionnnTo display an appointment booking form in the calendar mode

post_count attribute
post_count attribute

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″ ]

Browse Plugins Now