[Resolved] element rule not working on faq category page

Home Forums Support [Resolved] element rule not working on faq category page

Home Forums Support element rule not working on faq category page

Viewing 3 posts - 16 through 18 (of 18 total)
  • Author
    Posts
  • #2043018
    Elvin
    Staff
    Customer Support

    You can actually turn $cmfaq_term into array of values like $cmfaq_term = array( 75, 76,77); if you wish to add multiple cm faq categories.

    And then do in_array check instead of $cmfaq_term === $cmfaq_cat. Example: in_array($cmfaq_cat, $cmfaq_term)

    Glad you got something to work. Thanks for letting us know. ๐Ÿ˜€

    #2043493
    Paul

    ok thanks

    #2044212
    Elvin
    Staff
    Customer Support

    No problem. ๐Ÿ˜€

Viewing 3 posts - 16 through 18 (of 18 total)
  • You must be logged in to reply to this topic.