• Resolved slimyslug

    (@slimyslug)


    Using the ufaq shortcode, is there a way I can ask the page to display all FAQs of a certain category but exclude certain FAQs if they include a specific category.

    I have:

    apple (category = ‘fruit’,’apple’)
    orange (category = ‘fruit’,’orange’)
    pear (category = ‘fruit’,’pear’)

    Like an exclude-category

    e.g. [ultimate-faqs include_category=’fruit’ exclude-category=’apples’]

    This would show oranges and pears, but not apples.

    Does that make sense?

Viewing 2 replies - 1 through 2 (of 2 total)
  • etoilewebdesign

    (@etoilewebdesign)

    Hello slimyslug,

    Unfortunately, there is no option to do so in the plugin. What you can do is create few tags and put all the FAQ from the excluded categories that you want to show in those tags. Then you could simply display the tags using the shortcode:

    [ultimate-faqs tags='your-tag-slug']
    

    Best regards,

    small type in the answer example. It should be an underscore between exclude and category. Correction:

    e.g. [ultimate-faqs include_category=’fruit’ exclude_category=’apples’]

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How do I exclude categories?’ is closed to new replies.