• Resolved eddierosenthal

    (@eddierosenthal)


    I’d like to create say two pages, each having a set of questions and answers.
    one set has 3 categories and should be on one of the pages.
    The other set will have many faq’s, differing categories, maybe related to
    the other set of categories.
    Is there a way to create two sets?
    or alternatively, is there a way to
    use the shortcode to indicate which categories should be included in their display?

Viewing 1 replies (of 1 total)
  • Yes you can use the include_category attribute in the shortcode to specify which category to display.

    So you would have something like this:
    [ultimate-faqs include_category='categoryOne, categoryTwo, categoryThree']

    [ultimate-faqs include_category='categoryFour, categoryFive']

Viewing 1 replies (of 1 total)

The topic ‘usage’ is closed to new replies.